yaozhixue 1 年之前
父节点
当前提交
237890b1f0

+ 1 - 0
src/main/java/com/zfire/jiasm/syncdata/service/impl/AddInstallBusinessImpl.java

@@ -1584,6 +1584,7 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
         old.setBrandId(lclsNew.getBrandId());
         old.setBrandName(lclsNew.getBrandName());
         old.setRegion(lclsNew.getRegion());
+        old.setExternalName2(lclsNew.getExternalName2());
         old.setOutCjDownloadFlag(lclsNew.getOutCjDownloadFlag());
     }
 

+ 1 - 1
src/main/java/com/zfire/jiasm/syncdata/service/impl/SMSSelfGetArrivedServiceImpl.java

@@ -299,8 +299,8 @@ public class SMSSelfGetArrivedServiceImpl {
 			smsRecordService.updateBatchById(u);
 			u.clear();
 
+			// 这里交给单独的任务处理
 			// 生成工单评价数据
-
 			// 差评时向申诉表插入数据(自建工单插入差评申诉(非商用空调且为差评信息))
 			// 总部发送的短信回复在从总部同步时已做了处理
 			// getOrderAppeal(orderPjnr);

+ 1 - 1
src/main/resources/mapper/RepairDownloadMapper.xml

@@ -59,7 +59,7 @@
                a.fjhm as gree_virtualnumber,
                a.gdhao as file_no,a.zxhao as seat_no,a.xjwdsj as rece_time,a.yhqwsmsj as appointment_time,
                a.yhqwsmsj as expect_start_time,a.qwsmjssj as expect_end_time,
-               a.wxcount as out_wxcount,a.ssqy as region
+               a.wxcount as out_wxcount,a.ssqy as region,a.xsdh as external_pk
         from itf_tbl_assign_download a
         where a.syn_req_id = #{request.synReqId}
     </select>