|
|
|
@ -347,6 +347,7 @@ public class DlAllDataService {
|
|
|
|
|
spSyncUdiResponse.setProductInfoEntityList(mProductInfoEntities);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(CollUtil.isNotEmpty(spSyncUdiResponse.getProductInfoEntityList()) || CollUtil.isNotEmpty(spSyncUdiResponse.getUdiCompanyEntities())){
|
|
|
|
|
String key = "UdiPrdoucts" + System.currentTimeMillis();
|
|
|
|
|
String datas = JSON.toJSON(spSyncUdiResponse).toString();
|
|
|
|
|
if (downstream.getParamValue().equals("1")) {
|
|
|
|
@ -359,7 +360,7 @@ public class DlAllDataService {
|
|
|
|
|
String fileName = path + FileConstant.upWaitCopy_products + "UdiPrdoucts_" + key + ".LowerIn";
|
|
|
|
|
FileUtils.SaveFileAs(datas, fileName);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
BasicExportStatusEntity basicExportStatusEntity1 = basicExportStatusEntities.get(0);
|
|
|
|
|
basicExportStatusEntity1.setStatus(1);
|
|
|
|
|
spGetHttp.postUpdateBasicStatus(basicExportStatusEntity1);
|
|
|
|
|