opt:叠盘位载具数量由测距仪更新
This commit is contained in:
@@ -41,7 +41,10 @@ public class PointUtils {
|
||||
point.setVehicle_type("");
|
||||
point.setVehicle_code("");
|
||||
point.setIng_task_code("");
|
||||
point.setVehicle_qty(0);
|
||||
//叠盘机数量由acs同步,无需维护
|
||||
if(!point.getPoint_code().startsWith("DKT")){
|
||||
point.setVehicle_qty(0);
|
||||
}
|
||||
point.setUpdate_time(DateUtil.now());
|
||||
pointService.updateById(point);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user