opt:叠盘位载具数量由测距仪更新

This commit is contained in:
zds
2024-09-19 16:36:15 +08:00
parent 8bde5f6967
commit e423d98d97

View File

@@ -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);
}