修改数据状态

This commit is contained in:
yangjun 2026-04-14 13:21:23 +08:00
parent bc331cc93c
commit 61eb8ba09b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class NuBaseInfoController extends JeecgController<NuBaseInfo, INuBaseInf
customeRuleMap.put("nu_name", QueryRuleEnum.LIKE_WITH_OR);
customeRuleMap.put("nu_id", QueryRuleEnum.LIKE_WITH_OR);
QueryWrapper<NuBaseInfo> queryWrapper = QueryGenerator.initQueryWrapper(nuBaseInfo, req.getParameterMap(), customeRuleMap);
queryWrapper.eq("area_flag","1");
// queryWrapper.eq("area_flag","1");
Page<NuBaseInfo> page = new Page<NuBaseInfo>(pageNo, pageSize);
IPage<NuBaseInfo> pageList = nuBaseInfoService.page(page, queryWrapper);