子女信息管理

This commit is contained in:
=
2025-09-01 17:53:01 +08:00
parent 5441b1d785
commit 1c805dcd51
13 changed files with 1537 additions and 32 deletions
@@ -99,6 +99,7 @@ public class UnionReimburseMineController {
cnd.and("info.userName", "like", "%" + userName + "%");
}
cnd.desc("info.createTime");
cnd.and("info.userId", "=", SecurityUtil.getUserId());
sql.setCondition(cnd);
Pagination<NutMap> pagination = unionReimburseService.listPageMap(pageForm.getPageNumber(), pageForm.getPageSize(), sql);
return Result.success(pagination);