huangzhiguo před 1 rokem
rodič
revize
8550237f4d

+ 6 - 5
src/main/java/com/caimei365/order/service/impl/RemoteCallServiceImpl.java

@@ -229,7 +229,7 @@ public class RemoteCallServiceImpl implements RemoteCallService {
 //        List<PushMessageUserVo> pushUsers = new ArrayList<>();
         List<PushMessageUserVo> pushUsers = messagePushMapper.findOldUser();
         // https://www.caimei365.com/page-390.html Zero peel点震刀
-        String url = "https://www.caimei365.com/page-390.html";
+        // String url = "https://www.caimei365.com/page-390.html";
         List<String> list = new ArrayList<String>();
         /*list.add("15917362709");
         list.add("18476937515");
@@ -243,15 +243,16 @@ public class RemoteCallServiceImpl implements RemoteCallService {
             pushUsers.add(pushMessageUserVo);
         });
         pushUsers.forEach(p -> {
-            p.setJumpLink(url);
+            /*p.setJumpLink(url);
             String link = getLink();
             p.setShortLink(link);
             p.setMarkId(23);
-            messagePushMapper.insertNewLink(p);
+            messagePushMapper.insertNewLink(p);*/
             // 优惠来袭!韩国进口皮肤管理仪器,Zero peel点震刀,即刻下单立减1000元,想要了解点此链接 caimei365.com/t/{s20} ,退订回T
-            String  content="优惠来袭!韩国进口皮肤管理仪器,Zero peel点震刀,即刻下单立减1000元,想要了解点此链接 caimei365.com/t/"+ link +" ,退订回T";
+            // 【采美365】尊敬的客户您好,我是采美网客服经理Mary,原我司销售经理张顺心因个人原因已离职,后续产品咨询和服务将由我来接替,有任何需求联系[微信/企微]15338851365
+            String  content="尊敬的客户您好,我是采美网客服经理Mary,原我司销售经理张顺心因个人原因已离职,后续产品咨询和服务将由我来接替,有任何需求联系[微信/企微]15338851365";
 //            String content = "【西班牙ROSS】亲,ROSS抖音挑战赛开始啦,发布ROSS仪器视频赢网红探店和千元导胶!戳此 caimei365.com/t/" + link + " 查看视频发布教程,退订回T;";
-            getSendSms(3,23, p.getMobile(), content);
+            getSendSms(1,23, p.getMobile(), content);
             log.info("userId-------------------->" + p.getUserId() + "发送手机号------------------------>" + p.getMobile() + "短信-------------->" + content);
         });
     }

+ 2 - 24
src/main/resources/mapper/MessagePushMapper.xml

@@ -20,30 +20,8 @@
         WHERE shortLink = #{shortLink}
     </select>
     <select id="findOldUser" resultType="com.caimei365.order.model.vo.PushMessageUserVo">
-        SELECT DISTINCT c.userID as userId, c.clubID as clubId, c.contractMobile AS mobile
-        FROM club c
-                 LEFT JOIN cm_behavior_record cbr ON cbr.userID = c.userID
-                 LEFT JOIN cm_organ_value_system covs ON c.userID = covs.userID
-        WHERE c.STATUS = 90
-          AND covs.activeState != '流失用户'
-          AND ( cbr.pagePath NOT LIKE '%https://www.caimei365.com/page-390.html%' OR cbr.pagePath NOT LIKE '%https://www.caimei365.com/product-6878.html%' )
-          AND ( ( cbr.pageLabel LIKE '%皮肤管理%' AND cbr.pageType = 10 ) OR cbr.productID IN ( SELECT p.productID FROM product p left join cm_organize_product_info copi on copi.productId = p.productId WHERE p.bigTypeID = 1022 AND copi.validFlag = 2 ) )
-
-          AND c.userID NOT IN (
-               18578,13938,
-               18392,18532,17677,14119,18251,15115,17822,16320,18039,14143,
-               17814,14755,16816,10685,13776,18745,16881,17133,13143,18448,
-               18528,17521,16826,17828,14698,18683,18700,18807,15603,18801,
-
-               17857,17672,18157,
-               14438,15725,15075,17759,17436,18208,17122,15940,14618,14394,
-               17898,11673,18301,17149,18330,18064,18354,18372,18383,15841,
-               17520,11993,15113,16950,15389,12819,18443,17303,16153,17994,
-               18495,18520,18550,18559,15210,14814,18589,18597,18602,14374,
-               14674,18633,18634,15646,18642,13239,18545,18712,18722,18719,
-               18681,18758,18774,18780,18784,18786,10101,18812,14398,16504,
-               18887,18889,18908,18713,18377,18409,18525,18544,18553,18554
-            )
+        SELECT DISTINCT clubID as clubId, userID as userId, contractMobile AS mobile
+        FROM club WHERE spId = 1331
     </select>
     <select id="findOldUserTow" resultType="com.caimei365.order.model.vo.PushMessageUserVo">