Commit 603daa7f authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.6.5' into MVP1.6.5

parents 845e324f 460b4f82
......@@ -367,8 +367,7 @@ public class SysDictItemServiceImpl extends ServiceImpl<SysDictItemMapper, SysDi
Map<String, List> resultMap = new HashMap<>();
List<SysDictItem> allList = baseMapper.selectList(Wrappers.<SysDictItem>query().lambda()
.in(SysDictItem::getType,Common.initStrToList(itemTypes,CommonConstants.COMMA_STRING))
.eq(SysDictItem::getDelFlag,CommonConstants.ZERO_STRING)
.eq(SysDictItem::getDisable,CommonConstants.ZERO_STRING));
.eq(SysDictItem::getDelFlag,CommonConstants.ZERO_STRING));
if (Common.isNotNull(allList)){
List temp;
for (SysDictItem item : allList) {
......
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