|
@@ -639,7 +639,9 @@ public class DetailDownloadServiceImpl implements DetailDownloadService {
|
|
|
return Boolean.FALSE;
|
|
|
}
|
|
|
|
|
|
- private List<ItfTblWxjsWxxmJyktDownload> getItfTblWxjsWxxmJyktDownloads(String downloadTaskNo, List<OrderRepairDetailReason> ordrs, List<ItfTblWxjsWxxmJyktDownload> wxxms) {
|
|
|
+ private List<ItfTblWxjsWxxmJyktDownload> getItfTblWxjsWxxmJyktDownloads(String downloadTaskNo,
|
|
|
+ List<OrderRepairDetailReason> ordrs,
|
|
|
+ List<ItfTblWxjsWxxmJyktDownload> wxxms) {
|
|
|
if (ordrs.size()>0) {
|
|
|
// 维修现象下载同步 无数据时不处理同时修改同步状态
|
|
|
// TL_SynDataFrom_tbl_wxjs_wxxm_jykt
|
|
@@ -780,7 +782,8 @@ public class DetailDownloadServiceImpl implements DetailDownloadService {
|
|
|
return Boolean.FALSE;
|
|
|
}
|
|
|
|
|
|
- private void getOrderDetailFile(List<OrderDetailFile> ordrs, List<OrderRepairDetail> irds, Map<String, List<OrderRepairDetail>> irdsMap, ItfTblWxjsFjJyktDownload item) {
|
|
|
+ private void getOrderDetailFile(List<OrderDetailFile> ordrs, List<OrderRepairDetail> irds,
|
|
|
+ Map<String, List<OrderRepairDetail>> irdsMap, ItfTblWxjsFjJyktDownload item) {
|
|
|
OrderDetailFile n = new OrderDetailFile();
|
|
|
n.setId(IdWorker.getIdStr());
|
|
|
n.setFjguid(item.getFjguid());
|
|
@@ -826,6 +829,9 @@ public class DetailDownloadServiceImpl implements DetailDownloadService {
|
|
|
n.setUpdateTime(item.getLastModifiedDate());
|
|
|
}
|
|
|
n.setOutPicture(item.getWjlj());
|
|
|
+ n.setNumber(item.getRepairtroubleno());
|
|
|
+ n.setRepairItemId(item.getRepairitemno());
|
|
|
+
|
|
|
|
|
|
ordrs.add(n);
|
|
|
}
|