更新
This commit is contained in:
@@ -10,9 +10,11 @@
|
||||
<result property="applicant" column="applicant" jdbcType="VARCHAR"/>
|
||||
<result property="applyDate" column="apply_date" jdbcType="TIMESTAMP"/>
|
||||
<result property="applyOrgId" column="apply_org_id" jdbcType="VARCHAR"/>
|
||||
<result property="applyReason" column="apply_reason" jdbcType="VARCHAR"/>
|
||||
<result property="reviewer" column="reviewer" jdbcType="VARCHAR"/>
|
||||
<result property="status" column="status" jdbcType="TINYINT"/>
|
||||
<result property="reason" column="reason" jdbcType="VARCHAR"/>
|
||||
<result property="updateRecord" column="update_record" jdbcType="VARCHAR"/>
|
||||
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
||||
<result property="createBy" column="create_by" jdbcType="VARCHAR"/>
|
||||
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
|
||||
@@ -21,9 +23,10 @@
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
id,entrust_id,applicant,
|
||||
apply_date,apply_org_id,reviewer,
|
||||
status,reason,create_time,
|
||||
create_by,update_time,update_by
|
||||
apply_date,apply_org_id,apply_reason,
|
||||
reviewer,status,reason,
|
||||
update_record,create_time,create_by,
|
||||
update_time,update_by
|
||||
</sql>
|
||||
|
||||
<!-- 连接委托表查询委托案件名称-->
|
||||
|
||||
Reference in New Issue
Block a user