|
@@ -544,8 +544,8 @@ public class LingmingguangziServiceImpl implements LingmingguangziService {
|
|
|
detail.put("die_model","");//
|
|
detail.put("die_model","");//
|
|
|
return detail;
|
|
return detail;
|
|
|
}).collect(Collectors.toList());
|
|
}).collect(Collectors.toList());
|
|
|
- //附件
|
|
|
|
|
- List<Map> list2 = (List<Map>) formData.get("tableField_ly8fxusx");
|
|
|
|
|
|
|
+ //附件 20250413 附件过大可能上传超时 暂时不推送erp
|
|
|
|
|
+ /*List<Map> list2 = (List<Map>) formData.get("tableField_ly8fxusx");
|
|
|
|
|
|
|
|
String[] ERP_FILEPATHS = new String[]{filePathSz,filePathXg,filePathZj,filePathHz};
|
|
String[] ERP_FILEPATHS = new String[]{filePathSz,filePathXg,filePathZj,filePathHz};
|
|
|
String[] ERP_ENVS = new String[]{"深圳","香港","浙江","杭州"};
|
|
String[] ERP_ENVS = new String[]{"深圳","香港","浙江","杭州"};
|
|
@@ -585,7 +585,7 @@ public class LingmingguangziServiceImpl implements LingmingguangziService {
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- /*if ("深圳".equals(type)){
|
|
|
|
|
|
|
+ if ("深圳".equals(type)){
|
|
|
//将downloadurl下载到本地
|
|
//将downloadurl下载到本地
|
|
|
try {
|
|
try {
|
|
|
downloadFile(ydDownloadUrl, filePathSz,fileName);
|
|
downloadFile(ydDownloadUrl, filePathSz,fileName);
|
|
@@ -627,12 +627,12 @@ public class LingmingguangziServiceImpl implements LingmingguangziService {
|
|
|
} catch (UnsupportedEncodingException e) {
|
|
} catch (UnsupportedEncodingException e) {
|
|
|
throw new RuntimeException(e);
|
|
throw new RuntimeException(e);
|
|
|
}
|
|
}
|
|
|
- }*/
|
|
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
return detail;
|
|
return detail;
|
|
|
}).collect(Collectors.toList());
|
|
}).collect(Collectors.toList());
|
|
|
body.put("makSoFilesList",makSoFilesList);
|
|
body.put("makSoFilesList",makSoFilesList);
|
|
|
- }
|
|
|
|
|
|
|
+ }*/
|
|
|
body.put("makSoDetailList",makSoDetailList);
|
|
body.put("makSoDetailList",makSoDetailList);
|
|
|
|
|
|
|
|
|
|
|