Skip to content

Commit

Permalink
♻️ Refactoring code. mapper 字段调整
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Aug 29, 2023
1 parent 7878c85 commit 8b30640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<result column="ucreate_time" property="createTime"/>
<result column="uupdate_time" property="updateTime"/>
<result column="lock_flag" property="lockFlag"/>
<result column="udel_flag" property="delFlag"/>
<result column="del_flag" property="delFlag"/>
<result column="dept_id" property="deptId"/>
<result column="dept_name" property="deptName"/>
<result column="nickname" property="nickname"/>
Expand Down

0 comments on commit 8b30640

Please sign in to comment.