大数据与最优化研究所 5 maanden geleden
bovenliggende
commit
b892b39272

+ 4 - 4
src/main/java/com/xjrsoft/module/textbook/service/impl/TextbookServiceImpl.java

@@ -449,10 +449,10 @@ public class TextbookServiceImpl extends MPJBaseServiceImpl<TextbookMapper, Text
             recordVos = textbookTextbookMapper.subscriptionList(id);
             for (TextbookSubscriptionRecordVo recordVo : recordVos) {
                 if (ObjectUtil.isNull(recordVo) || StrUtil.isEmpty(recordVo.getClassIds())) {
-                    recordVos.remove(recordVo);
-                    if (recordVos.isEmpty()) {
-                        break;
-                    }
+//                    recordVos.remove(recordVo);
+//                    if (recordVos.isEmpty()) {
+//                        break;
+//                    }
                     continue;
                 }
                 String[] split = recordVo.getClassIds().split(",");

+ 1 - 1
src/main/resources/application.yml

@@ -5,7 +5,7 @@ server:
 spring:
   # 环境 dev|pre|prod
   profiles:
-    active: dev
+    active: pre
   # jackson时间格式化
   jackson:
     time-zone: GMT+8