yaozhixue 1 éve
szülő
commit
639085cd90

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

@@ -2659,6 +2659,11 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
                           List<FaGreeSms> fsList, Date jzDate) {
         SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
 
+        // 广佛已发这里不再发送
+        if (1==1){
+            return;
+        }
+
         if (s.getPjly().equals("3") || s.getPjnr().indexOf("不满意")>=0 || publicService.getCppjly(s.getPjly().trim())){
             if (StringUtils.isNotEmpty(s.getHfwdno()) && !s.getHfwdno().equals("99999999") && StringUtils.isNotEmpty(websitFWS.getWdlxdh())){
                 FaGreeSms fs=new FaGreeSms();
@@ -2683,6 +2688,11 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
         SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
         WebsitSH websitSH = publicService.ptshwdToshshwd(order.getWebsitId(), order.getMainId());
 
+        // 广佛已发这里不再发送
+        if (1==1){
+            return;
+        }
+
         if (s.getContent().equals("3") || s.getContent().indexOf("不满意")>=0 ||
                 publicService.getCppjly(s.getContent().trim())){
             if (StringUtils.isNotEmpty(websitSH.getWdId()) &&

+ 5 - 0
src/main/java/com/zfire/jiasm/syncdata/service/impl/AddRepairBusinessServiceImpl.java

@@ -1786,6 +1786,11 @@ public class AddRepairBusinessServiceImpl implements AddRepairBusinessService {
                           List<FaGreeSms> fsList, Date jzDate) {
         SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
 
+        // 广佛已发这里不再发送
+        if (1==1){
+            return;
+        }
+
         if (s.getPjly().equals("3") || s.getPjnr().indexOf("不满意")>=0 || getCppjly(s)){
             if (StringUtils.isNotEmpty(s.getHfwdno()) && !s.getHfwdno().equals("99999999") && StringUtils.isNotEmpty(websitFWS.getWdlxdh())){
                 FaGreeSms fs=new FaGreeSms();