yaozhixue 2 anos atrás
pai
commit
d3b682e39b

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

@@ -2659,12 +2659,6 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
     private void addcpsms(OrderBase order, ItfTblAzAssignSatisfactionDownload s, WebsitFWS websitFWS,
                           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();
@@ -2689,11 +2683,6 @@ 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()) &&

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

@@ -1786,11 +1786,6 @@ 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();