|
@ -452,7 +452,7 @@ public class ScmVehicleInventoryService extends MybatisBaseService<ScmVehicleInv |
|
|
patrolinspectionsheetDto.setProblems(dto.getRemarks()); |
|
|
patrolinspectionsheetDto.setProblems(dto.getRemarks()); |
|
|
patrolinspectionsheetDto.setWarehouse(dto.getLocation()); |
|
|
patrolinspectionsheetDto.setWarehouse(dto.getLocation()); |
|
|
patrolinspectionsheetDto.setWarehouseSid(dto.getLocationSid()); |
|
|
patrolinspectionsheetDto.setWarehouseSid(dto.getLocationSid()); |
|
|
patrolinspectionsheetDto.setUserSid(createOrgSid); |
|
|
patrolinspectionsheetDto.setUserSid(userSid); |
|
|
patrolinspectionsheetDto.setUserName(dto.getLoginName()); |
|
|
patrolinspectionsheetDto.setUserName(dto.getLoginName()); |
|
|
patrolinspectionsheetDto.setLocation(dto.getAddressCode()); |
|
|
patrolinspectionsheetDto.setLocation(dto.getAddressCode()); |
|
|
patrolinspectionsheetDto.setAddress(dto.getAddress()); |
|
|
patrolinspectionsheetDto.setAddress(dto.getAddress()); |
|
|