Commit 6f77fa6d authored by jiaorz's avatar jiaorz

Merge branch 'master-count-vehicle' into dev

parents e65909cb 88448daa
......@@ -225,7 +225,7 @@ public class VehicleCountRecordBiz extends BaseBiz<VehicleCountRecordMapper, Veh
*
* @return
*/
@Scheduled(cron = "59 59 23 * * ?")
@Scheduled(cron = "0 0 2 * * ?")
public void add() {
Long nowTime = getDayStart();
Long lastTime = nowTime + 24 * 3600 * 1000 - 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment