修复缺少字段

This commit is contained in:
2025-09-04 15:13:35 +08:00
parent 6fe5e8017e
commit 8552119fd4
4 changed files with 6 additions and 4 deletions

View File

@@ -208,7 +208,7 @@
<select id="selectListAndNotDel" resultMap="ClearUser">
select user_id,user_name, u.insure,nick_name,labor_cost from sys_user where del_flag ='0'
select user_id,user_name,insure,nick_name,labor_cost from sys_user where del_flag ='0'
</select>