yaozhixue há 2 anos atrás
pai
commit
f409b61a89

+ 6 - 2
src/main/java/com/zfire/jiasm/syncdata/service/impl/AddInstallBusinessImpl.java

@@ -512,7 +512,7 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
         // 提取需要处理的数据
         List<ItfReceiveSms> irsms = itfReceiveSmsService.lambdaQuery()
                 .eq(ItfReceiveSms::getSynStatus,0)
-                // .eq(ItfReceiveSms::getSynReqId,410L)// 测试用
+                // .eq(ItfReceiveSms::getSynReqId,473L)// 测试用
                 .orderByAsc(ItfReceiveSms::getSynReqId)
                 .list();
 
@@ -2504,7 +2504,11 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
         log.info("【联通短信评价回复】:{}",JSONObject.toJSONString(s));
         if (orderBase.getAppraiseTime()==null &&
                 (orderBase.getOrderStatus().equals(GDOrderStatusEnum.INSTALL_STATUS_G7.getCode()) ||
-                        orderBase.getOrderStatus().equals(GDOrderStatusEnum.INSTALL_STATUS_G10.getCode()))){
+                        orderBase.getOrderStatus().equals(GDOrderStatusEnum.INSTALL_STATUS_G10.getCode()) ||
+                                orderBase.getOrderStatus().equals(GDOrderStatusEnum.REPAIR_STATUS_G10.getCode()) ||
+                                orderBase.getOrderStatus().equals(GDOrderStatusEnum.REPAIR_STATUS_G11.getCode()))){
+
+
             // 首评
             // 首次评价
             //orderBase.setAppraiseStatus(publicService.getAppraiseStatusT(s.getContent().trim()));

+ 2 - 2
src/main/resources/bootstrap-prdt.properties

@@ -416,12 +416,12 @@ datauploadc=FALSE
 #安装、维修工单入本地表
 installinc=FALSE
 repairinc=FALSE
-smsinselfc=FALSE
+smsinselfc=TRUE
 #完工评价短信格力总部发送,自建工单联通发送,查看评价短信回复信息,自建完工评价短信联通发送,派服务人员格力发送
 wgmsgsendc=FALSE
 zjgdmsgsendc=FALSE
 qmsgsendc=FALSE
-zwgmsgsendc=TRUE
+zwgmsgsendc=FALSE
 pgmsgsendc=FALSE
 greesmsc=FALSE
 SMSSelf_marketing_Ratec=FALSE