Browse Source

用户添加薪资字段

yzc 10 months ago
parent
commit
a5c6a17be7
1 changed files with 18 additions and 0 deletions
  1. 18 0
      ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 18 - 0
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -89,6 +89,24 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 			   u.company_set,
 			   u.account_name,u.account_bank,u.account_number,u.purchase_range,u.sale_lv,u.identity,
 			   u.jd_subject_code,u.jd_subject_name,
+			   u.employee_type,
+			   u.probation_ratio,
+			   u.internship_ratio,
+			   u.amount,
+			   u.education,
+			   u.post,
+			   u.probation_period,
+			   u.entry_date,
+			   u.effective_date,
+			   u.full_time_date,
+			   u.month_rest,
+			   u.daily_hours,
+			   u.morning_begin_time,
+			   u.morning_end_time,
+			   u.afternoon_begin_time,
+			   u.afternoon_end_time,
+			   u.settle_method,
+			   u.salary_remark,
 			   d.dept_id,
 			   d.parent_id,
 			   d.ancestors,