Update PointServiceImpl.java

This commit is contained in:
张江玮
2023-04-17 09:27:56 +08:00
parent e31a7e5891
commit 2aa955df53

View File

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