mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 20:54:25 +08:00
修复【字段管理】页面的【字典类型】过滤条件不生效
This commit is contained in:
parent
46b0e0aeb2
commit
8017f0400c
@ -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)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user