| | |
| | | public String startingFareExplain(Model model) { |
| | | THtml html = queryHtmlByType(HtmlTypeEnum.SPECIFICATION_STARTING_PRICE.getCode()); |
| | | model.addAttribute("html",html); |
| | | return PREFIX + "estimatedPriceExplain.html"; |
| | | return PREFIX + "startingFareExplain.html"; |
| | | } |
| | | |
| | | /** |
| | |
| | | * 每月检测司机有效订单是否有异常 |
| | | * 每月最后一天中午12点检测 |
| | | */ |
| | | @Scheduled(cron = "0 0 12 L * ? ") |
| | | @Scheduled(cron = "0 0 12 28-31 * ? ") |
| | | public void queryDriverIsExceptionMonth(){ |
| | | try { |
| | | List<TDriver> driverList = driverService.selectList(new EntityWrapper<TDriver>().ne("status", 3) |
| | |
| | | M.forEach(function(marker) { |
| | | new AMap.Marker({ |
| | | map: map, |
| | | icon: marker[2]==301?'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-1.png':((marker[2]==109||marker[2]==107||marker[2]==108)?'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-2.png': |
| | | (marker[2]==101?'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-3.png':'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-4.png') |
| | | icon: marker[2]==301?'https://csxdj.obs.cn-south-1.myhuaweicloud.com/8a6bb84da305438faba9fa1552c59f64.png':((marker[2]==109||marker[2]==107||marker[2]==108)?'https://csxdj.obs.cn-south-1.myhuaweicloud.com/6132e18884e24916a507b4b55d38d07b.png': |
| | | (marker[2]==101?'https://csxdj.obs.cn-south-1.myhuaweicloud.com/7461e4a7e4004c548e91aafa538246a1.png':'https://csxdj.obs.cn-south-1.myhuaweicloud.com/d8739241fa36482b80df7cacac2cc3d1.png') |
| | | ), |
| | | position: [marker[0], marker[1]], |
| | | offset: new AMap.Pixel(-13, -30) |