Bladeren bron

一键群发和SOP去除补发配置相关业务

wjj 2 dagen geleden
bovenliggende
commit
12fccf47eb

+ 1 - 1
fs-qw-task/src/main/java/com/fs/app/taskService/impl/SopLogsTaskServiceImpl.java

@@ -1018,7 +1018,7 @@ public class SopLogsTaskServiceImpl implements SopLogsTaskService {
 
             Integer currentIndex = index.getAndIncrement();
             //后台SOP发课配置
-            createSetting(setting);
+            //createSetting(setting);
 
             switch (setting.getContentType()) {
                 //文字和短链一起

+ 4 - 4
fs-service/src/main/java/com/fs/sop/service/impl/SopUserLogsInfoServiceImpl.java

@@ -608,7 +608,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
                         }
 
                         //后台SOP发课配置
-                        createSetting(st);
+                        //createSetting(st);
                         switch (st.getContentType()) {
                             //文字和短链一起
                             case "1":
@@ -778,7 +778,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
                             replaceContent(st.getContentType(), st.getLinkDescribe(), st::setLinkDescribe, words); // 替换 linkTitle
                         }
                         //后台SOP发课配置
-                        createSetting(st);
+                        //createSetting(st);
                         switch (st.getContentType()) {
                             //文字和短链一起
                             case "1":
@@ -1005,7 +1005,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
                         replaceContent(st.getContentType(), st.getLinkDescribe(), st::setLinkDescribe, words); // 替换 linkTitle
                     }
                     //后台SOP发课配置
-                    createSetting(st);
+                    //createSetting(st);
                     switch (st.getContentType()){
                         //文字和短链一起
                         case "1":
@@ -1695,7 +1695,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
                 replaceContent(st.getContentType(), st.getLinkDescribe(), st::setLinkDescribe, words); // 替换 linkTitle
             }
             //后台SOP发课配置
-            createSetting(st);
+            //createSetting(st);
             switch (st.getContentType()){
                 //文字和短链一起
                 case "1":