|
@ -41,7 +41,10 @@ public class PointUtils { |
|
|
point.setVehicle_type(""); |
|
|
point.setVehicle_type(""); |
|
|
point.setVehicle_code(""); |
|
|
point.setVehicle_code(""); |
|
|
point.setIng_task_code(""); |
|
|
point.setIng_task_code(""); |
|
|
|
|
|
//叠盘机数量由acs同步,无需维护
|
|
|
|
|
|
if(!point.getPoint_code().startsWith("DKT")){ |
|
|
point.setVehicle_qty(0); |
|
|
point.setVehicle_qty(0); |
|
|
|
|
|
} |
|
|
point.setUpdate_time(DateUtil.now()); |
|
|
point.setUpdate_time(DateUtil.now()); |
|
|
pointService.updateById(point); |
|
|
pointService.updateById(point); |
|
|
} |
|
|
} |
|
|