|
|
@@ -1024,12 +1024,12 @@ public class SopLogsTaskServiceImpl implements SopLogsTaskService {
|
|
|
|
|
|
}
|
|
|
|
|
|
- Long courseProjectType = getCourseProjectType(courseId);
|
|
|
-
|
|
|
- // 医言九鼎 天数小于 7 发 广珍堂大药房
|
|
|
- if (!Objects.isNull(courseProjectType) && day <=7 && (courseProjectType== 17 || courseProjectType== 22 )){
|
|
|
- setting.setMiniprogramAppid("wx0d1a3dd485268521");
|
|
|
- }
|
|
|
+// Long courseProjectType = getCourseProjectType(courseId);
|
|
|
+//
|
|
|
+// // 医言九鼎 天数小于 7 发 广珍堂大药房
|
|
|
+// if (!Objects.isNull(courseProjectType) && day <=7 && (courseProjectType== 17 || courseProjectType== 22 )){
|
|
|
+// setting.setMiniprogramAppid("wx0d1a3dd485268521");
|
|
|
+// }
|
|
|
|
|
|
setting.setMiniprogramPage(sortLink.replaceAll("^[\\s\\u2005]+", ""));
|
|
|
|