|
@@ -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()) &&
|