|
@@ -92,8 +92,8 @@ public class SendMsg {
|
|
|
|
|
|
private Map<String, FsCoursePlaySourceConfig> getMiniMap() {
|
|
|
List<FsCoursePlaySourceConfig> list = fsCoursePlaySourceConfigService.list(new QueryWrapper<FsCoursePlaySourceConfig>().ne("type", 2).eq("is_del", 0));
|
|
|
- log.info("获取到的小程序配置:{}", JSON.toJSONString(list));
|
|
|
- log.info("获取到的小程序配置:{}", JSON.toJSONString(list));
|
|
|
+// log.info("获取到的小程序配置:{}", JSON.toJSONString(list));
|
|
|
+// log.info("获取到的小程序配置:{}", JSON.toJSONString(list));
|
|
|
return PubFun.listToMapByGroupObject(list, FsCoursePlaySourceConfig::getAppid);
|
|
|
}
|
|
|
|