Browse Source

验车推送入库日期问题修改

zhanglei
hp 3 years ago
parent
commit
037d974f74
  1. 2
      anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehicleexamine/ScmVehicleExamineService.java

2
anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmvehicleexamine/ScmVehicleExamineService.java

@ -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());

Loading…
Cancel
Save