Commit 17cd8b4e by 高鹏

Merge branch 'fix-raysapp' into 'master'

wechatUserIds设置默认值

See merge request rays/pcloud-book!297
parents 33d4d9f9 85966496
...@@ -610,6 +610,9 @@ public class BookGroupClassifyBizImpl implements BookGroupClassifyBiz { ...@@ -610,6 +610,9 @@ public class BookGroupClassifyBizImpl implements BookGroupClassifyBiz {
if (ListUtils.isEmpty(listClassify4Wechats)) { if (ListUtils.isEmpty(listClassify4Wechats)) {
return; return;
} }
if (ListUtils.isEmpty(wechatUserIds)) {
return;
}
List<Long> classifyIds = new ArrayList<>(); List<Long> classifyIds = new ArrayList<>();
for (ListClassify4WechatVO listClassify4WechatVO : listClassify4Wechats) { for (ListClassify4WechatVO listClassify4WechatVO : listClassify4Wechats) {
classifyIds.add(listClassify4WechatVO.getClassifyId()); classifyIds.add(listClassify4WechatVO.getClassifyId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment