Update PointServiceImpl.java
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user