|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
<result property="leaveTime" column="leave_time" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="entourageName" column="entourage_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="deptId" column="dept_id" jdbcType="BIGINT"/>
|
|
|
|
|
<result property="deptName" column="dept_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createBy" column="create_by" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="updateBy" column="update_by" jdbcType="VARCHAR"/>
|
|
|
|
@ -27,7 +28,7 @@
|
|
|
|
|
regist_name,regist_time,subject_matter,
|
|
|
|
|
access_time,leave_time,entourage_name,
|
|
|
|
|
dept_id,create_by,create_time,
|
|
|
|
|
update_by,update_time,remark
|
|
|
|
|
update_by,update_time,remark,dept_name
|
|
|
|
|
</sql>
|
|
|
|
|
<select id="selectTdPlaceRegistList" resultType="com.ruoyi.system.domain.place.TdPlaceRegist">
|
|
|
|
|
select <include refid="Base_Column_List"/> from td_place_regist
|
|
|
|
|