|
|
|
@ -36,6 +36,7 @@
|
|
|
|
|
<result property="photoUrl" column="photo_url" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="leaveMsg" column="leave_msg" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="leaveTime" column="leave_time" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="deptName" column="dept_name" jdbcType="VARCHAR"/>
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
@ -48,7 +49,7 @@
|
|
|
|
|
political,phone,cerno,
|
|
|
|
|
address,registered_authority,permanent_address,
|
|
|
|
|
resident_bureau,position_capacity,sm_post,
|
|
|
|
|
sm_grade,photo_url,leave_msg,leave_time
|
|
|
|
|
sm_grade,photo_url,leave_msg,leave_time,dept_name
|
|
|
|
|
</sql>
|
|
|
|
|
<select id="selectTdApplyInfoListList" resultType="com.ruoyi.system.domain.apply.TdApplyInfoList">
|
|
|
|
|
select <include refid="Base_Column_List"/> from td_apply_info_list d
|
|
|
|
|