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