This commit is contained in:
2023-04-17 09:28:27 +08:00

View File

@@ -143,8 +143,6 @@ public class PointServiceImpl implements PointService {
} }
String vehicle_code = TaskUtils.formatVehicleCode(dto.getVehicle_code()); String vehicle_code = TaskUtils.formatVehicleCode(dto.getVehicle_code());
dto.setVehicle_code(vehicle_code); dto.setVehicle_code(vehicle_code);
WQLObject materialBaseTab = WQLObject.getWQLObject("MD_ME_MaterialBase");
WQLObject pointTab = WQLObject.getWQLObject("SCH_BASE_Point"); WQLObject pointTab = WQLObject.getWQLObject("SCH_BASE_Point");
Long currentUserId = SecurityUtils.getCurrentUserId(); Long currentUserId = SecurityUtils.getCurrentUserId();