yaozhixue 1 anno fa
parent
commit
35523695ab

+ 4 - 3
src/main/java/com/zfire/jiasm/syncdata/service/impl/AddInstallBusinessImpl.java

@@ -278,8 +278,8 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
                                     List<ItfGreeToFaDownloadTaskList> its, OrderBase orderBase, OrderWorker orderWorker,
                                     List<ItfTblAzAssignFeeDownload> fyqd,
                                     OrderInstall orderInstall, List<Long> getpjSynReqId, Boolean flag,
-                                    List<OrderInstallDetail> oids,
-                                    List<OrderReAppointment> oa) throws Exception {
+                                    List<OrderInstallDetail> oids, List<OrderReAppointment> oa
+                                    ) throws Exception {
         // 创建工单
         OrderAddBeanDTO createOrder = new OrderAddBeanDTO();
         // 工单机型
@@ -415,6 +415,7 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
         List<String> delOrderInstallDetail = new ArrayList<>();
         List<OrderDetailFile> odfs = new ArrayList<>();
         OrderBase oldr = new OrderBase();
+        // List<ItfGreeToFaDownloadTaskList> additftls = new ArrayList<>();
 
         // 向工单子表下载任务表插入数据
         downInformation(item);
@@ -777,7 +778,6 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
             upItfTblAzAssignSatisfactionDownload(getpjSynReqId);
             getpjSynReqId.clear();
         }
-
     }
 
     public void addOrderDataApi(Long synReqId, List<Long> synReqIds,  List<Long> synReqFkMxIds,
@@ -857,6 +857,7 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
             upItfTblAzAssignSatisfactionDownload(getpjSynReqId);
             getpjSynReqId.clear();
         }
+
         // 改派申请单
         // 修改同步状态
         upItfTblAzAssignLcLsDownload(synReqId);