打卡通知

This commit is contained in:
huangdeliang
2021-08-11 11:46:27 +08:00
parent 57927c78d6
commit f66d22c4e0
7 changed files with 93 additions and 4 deletions

View File

@ -28,6 +28,7 @@
<result property="updateBy" column="update_by"/>
<result property="updateTime" column="update_time"/>
<result property="remark" column="remark"/>
<result property="wxPublicOpenid" column="wx_public_openid"/>
<!-- <result property="postId" column="post_id" />-->
<result property="postName" column="post_name"/>
<association property="dept" column="dept_id" javaType="SysDept" resultMap="deptResult"/>