|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|