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