|
|
@ -526,7 +526,7 @@ public class ScmVehicleExamineService extends MybatisBaseService<ScmVehicleExami |
|
|
|
carWarehousingDto.setPurchaseType(scmVehicleExamine.getPurchaseType()); |
|
|
|
carWarehousingDto.setPurchaseTypeKey(scmVehicleExamine.getPurchaseTypeKey()); |
|
|
|
carWarehousingDto.setDepartureDate(scmVehicleExamine.getDepartureDate()); |
|
|
|
carWarehousingDto.setInspectionDate(scmVehicleExamine.getInspectionDate()); |
|
|
|
carWarehousingDto.setInspectionDate(scmVehicleExamine.getInboundDate()); |
|
|
|
carWarehousingDto.setInspection(scmVehicleExamine.getInspection()); |
|
|
|
carWarehousingDto.setInboundState("1"); |
|
|
|
carWarehousingDto.setUseOrgSid(data1.getSid()); |
|
|
|