|
@@ -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(",");
|