条码缺失修改

busUser
anthonywj 2 years ago
parent 7b97cd8a50
commit e55462b303

@ -198,6 +198,7 @@ public class SpsSyncExportStatusController {
|| CollUtil.isNotEmpty(spsSyncDataResponse.getSupCompanyEntities())
|| CollUtil.isNotEmpty(spsSyncDataResponse.getSupManufacturerEntities())
|| CollUtil.isNotEmpty(spsSyncDataResponse.getSupProductEntities())
|| CollUtil.isNotEmpty(spsSyncDataResponse.getIoCodeLostEntities())
) {
BasicExportStatusTimeEntity basicExportStatusTimeEntity = basicExportTimeService.findByType(ConstantStatus.SYNC_BASIC_DATA);
if (basicExportStatusTimeEntity != null) {
@ -268,4 +269,4 @@ public class SpsSyncExportStatusController {
}
return spsSyncDataRequest;
}
}
}

@ -1067,6 +1067,10 @@ public class IoTransInoutService {
codeLostEntity.setNameCode(codeEntity.getNameCode());
codeLostEntity.setCreateTime(new Date());
codeLostEntity.setSupId(codeEntity.getSupId());
codeLostEntity.setBatchNo(udiEntity.getBatchNo());
codeLostEntity.setProduceDate(udiEntity.getProduceDate());
codeLostEntity.setExpireDate(udiEntity.getExpireDate());
}
//校验是否写入缺失表

Loading…
Cancel
Save