|
@@ -5,7 +5,7 @@
|
|
|
<!-- 通用设置 -->
|
|
<!-- 通用设置 -->
|
|
|
<!-- 通用查询列 -->
|
|
<!-- 通用查询列 -->
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
- rp_id, rp_no, rp_type, object_id, org_id, staff_id, sum_amt_rec, sum_amt_pay, sum_amt_receivable_handle, sum_amt_payable_handle, sum_waive_amt, acc_date, remarks, annex_paths, biznis_type, biznis_id, biznis_no, flg_lock, make_staff, make_time, flg_valid, cp_id, op_create_time, op_create_user_id, op_update_time, op_update_user_id, op_app_code, op_timestamp, op_db_user
|
|
|
|
|
|
|
+ rp_id, rp_no, rp_type, object_id, org_id, staff_id, sum_amt_rec, sum_amt_pay, sum_amt_receivable_handle, sum_amt_payable_handle, sum_waive_amt, acc_date, remarks, biznis_type, biznis_id, biznis_no, flg_lock, make_staff, make_time, flg_valid, cp_id, op_create_time, op_create_user_id, op_update_time, op_update_user_id, op_app_code, op_timestamp, op_db_user
|
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
|
|
<!-- 通用查询映射结果 -->
|
|
<!-- 通用查询映射结果 -->
|
|
@@ -23,7 +23,6 @@
|
|
|
<result column="sum_waive_amt" property="sumWaiveAmt"/>
|
|
<result column="sum_waive_amt" property="sumWaiveAmt"/>
|
|
|
<result column="acc_date" property="accDate" typeHandler="TimestampTypeHandler"/>
|
|
<result column="acc_date" property="accDate" typeHandler="TimestampTypeHandler"/>
|
|
|
<result column="remarks" property="remarks"/>
|
|
<result column="remarks" property="remarks"/>
|
|
|
- <result column="annex_paths" property="annexPaths" typeHandler="JsonTypeHandler"/>
|
|
|
|
|
<result column="biznis_type" property="biznisType"/>
|
|
<result column="biznis_type" property="biznisType"/>
|
|
|
<result column="biznis_id" property="biznisId" typeHandler="UuidTypeHandler"/>
|
|
<result column="biznis_id" property="biznisId" typeHandler="UuidTypeHandler"/>
|
|
|
<result column="biznis_no" property="biznisNo"/>
|
|
<result column="biznis_no" property="biznisNo"/>
|
|
@@ -32,13 +31,6 @@
|
|
|
<result column="make_time" property="makeTime" typeHandler="TimestampTypeHandler"/>
|
|
<result column="make_time" property="makeTime" typeHandler="TimestampTypeHandler"/>
|
|
|
<result column="flg_valid" property="flgValid"/>
|
|
<result column="flg_valid" property="flgValid"/>
|
|
|
<result column="cp_id" property="cpId"/>
|
|
<result column="cp_id" property="cpId"/>
|
|
|
- <result column="op_create_time" property="opCreateTime" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="op_create_user_id" property="opCreateUserId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="op_update_time" property="opUpdateTime" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="op_update_user_id" property="opUpdateUserId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="op_app_code" property="opAppCode"/>
|
|
|
|
|
- <result column="op_timestamp" property="opTimestamp" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="op_db_user" property="opDbUser"/>
|
|
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<!-- Response查询映射结果 -->
|
|
<!-- Response查询映射结果 -->
|
|
@@ -56,7 +48,6 @@
|
|
|
<result column="sum_waive_amt" property="sumWaiveAmt"/>
|
|
<result column="sum_waive_amt" property="sumWaiveAmt"/>
|
|
|
<result column="acc_date" property="accDate" typeHandler="TimestampTypeHandler"/>
|
|
<result column="acc_date" property="accDate" typeHandler="TimestampTypeHandler"/>
|
|
|
<result column="remarks" property="remarks"/>
|
|
<result column="remarks" property="remarks"/>
|
|
|
- <result column="annex_paths" property="annexPaths" typeHandler="JsonTypeHandler"/>
|
|
|
|
|
<result column="biznis_type" property="biznisType"/>
|
|
<result column="biznis_type" property="biznisType"/>
|
|
|
<result column="biznis_id" property="biznisId" typeHandler="UuidTypeHandler"/>
|
|
<result column="biznis_id" property="biznisId" typeHandler="UuidTypeHandler"/>
|
|
|
<result column="biznis_no" property="biznisNo"/>
|
|
<result column="biznis_no" property="biznisNo"/>
|
|
@@ -65,13 +56,6 @@
|
|
|
<result column="make_time" property="makeTime" typeHandler="TimestampTypeHandler"/>
|
|
<result column="make_time" property="makeTime" typeHandler="TimestampTypeHandler"/>
|
|
|
<result column="flg_valid" property="flgValid"/>
|
|
<result column="flg_valid" property="flgValid"/>
|
|
|
<result column="cp_id" property="cpId"/>
|
|
<result column="cp_id" property="cpId"/>
|
|
|
- <result column="op_create_time" property="opCreateTime" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="op_create_user_id" property="opCreateUserId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="op_update_time" property="opUpdateTime" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="op_update_user_id" property="opUpdateUserId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="op_app_code" property="opAppCode"/>
|
|
|
|
|
- <result column="op_timestamp" property="opTimestamp" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="op_db_user" property="opDbUser"/>
|
|
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<!-- 通用条件列 -->
|
|
<!-- 通用条件列 -->
|
|
@@ -200,7 +184,6 @@
|
|
|
t.sum_waive_amt,
|
|
t.sum_waive_amt,
|
|
|
t.acc_date,
|
|
t.acc_date,
|
|
|
t.remarks,
|
|
t.remarks,
|
|
|
- t.annex_paths,
|
|
|
|
|
t.biznis_type,
|
|
t.biznis_type,
|
|
|
t.biznis_id,
|
|
t.biznis_id,
|
|
|
t.biznis_no,
|
|
t.biznis_no,
|
|
@@ -263,7 +246,6 @@
|
|
|
t.sum_waive_amt,
|
|
t.sum_waive_amt,
|
|
|
t.acc_date,
|
|
t.acc_date,
|
|
|
t.remarks,
|
|
t.remarks,
|
|
|
- t.annex_paths,
|
|
|
|
|
t.biznis_type,
|
|
t.biznis_type,
|
|
|
t.biznis_id,
|
|
t.biznis_id,
|
|
|
t.biznis_no,
|
|
t.biznis_no,
|