提交 8017f040 编写于 作者: C charlessui

修复【字段管理】页面的【字典类型】过滤条件不生效

上级 46b0e0ae
......@@ -78,6 +78,7 @@ public class SysDictController {
return R.ok(sysDictService.page(page,
Wrappers.<SysDict>lambdaQuery()
.like(StrUtil.isNotBlank(sysDict.getDictKey()), SysDict::getDictKey, sysDict.getDictKey())
.eq(StrUtil.isNotBlank(sysDict.getSystemFlag()), SysDict::getSystemFlag, sysDict.getSystemFlag())
.orderByDesc(SysDict::getUpdateTime)));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册