|
@@ -5,57 +5,59 @@
|
|
|
<!-- 通用设置 -->
|
|
<!-- 通用设置 -->
|
|
|
<!-- 通用查询列 -->
|
|
<!-- 通用查询列 -->
|
|
|
<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, biznis_type, biznis_id, biznis_no, flg_lock, make_staff, make_time, flg_valid, cp_id
|
|
|
|
|
|
|
+ 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, annex_paths, remarks, biznis_type, biznis_id, biznis_no, flg_lock, make_staff, make_time, flg_valid, cp_id
|
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
|
|
<!-- 通用查询映射结果 -->
|
|
<!-- 通用查询映射结果 -->
|
|
|
<resultMap id="BaseResultMap" type="com.dk.mdm.model.pojo.mac.RecPay">
|
|
<resultMap id="BaseResultMap" type="com.dk.mdm.model.pojo.mac.RecPay">
|
|
|
<id column="rp_id" property="rpId"/>
|
|
<id column="rp_id" property="rpId"/>
|
|
|
- <result column="rp_no" property="rpNo"/>
|
|
|
|
|
- <result column="rp_type" property="rpType"/>
|
|
|
|
|
- <result column="object_id" property="objectId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="org_id" property="orgId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="staff_id" property="staffId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="sum_amt_rec" property="sumAmtRec"/>
|
|
|
|
|
- <result column="sum_amt_pay" property="sumAmtPay"/>
|
|
|
|
|
- <result column="sum_amt_receivable_handle" property="sumAmtReceivableHandle"/>
|
|
|
|
|
- <result column="sum_amt_payable_handle" property="sumAmtPayableHandle"/>
|
|
|
|
|
- <result column="sum_waive_amt" property="sumWaiveAmt"/>
|
|
|
|
|
- <result column="acc_date" property="accDate" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="remarks" property="remarks"/>
|
|
|
|
|
- <result column="biznis_type" property="biznisType"/>
|
|
|
|
|
- <result column="biznis_id" property="biznisId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="biznis_no" property="biznisNo"/>
|
|
|
|
|
- <result column="flg_lock" property="flgLock"/>
|
|
|
|
|
- <result column="make_staff" property="makeStaff" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="make_time" property="makeTime" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="flg_valid" property="flgValid"/>
|
|
|
|
|
- <result column="cp_id" property="cpId"/>
|
|
|
|
|
|
|
+ <result column="rp_no" property="rpNo"/>
|
|
|
|
|
+ <result column="rp_type" property="rpType"/>
|
|
|
|
|
+ <result column="object_id" property="objectId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="org_id" property="orgId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="staff_id" property="staffId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="sum_amt_rec" property="sumAmtRec"/>
|
|
|
|
|
+ <result column="sum_amt_pay" property="sumAmtPay"/>
|
|
|
|
|
+ <result column="sum_amt_receivable_handle" property="sumAmtReceivableHandle"/>
|
|
|
|
|
+ <result column="sum_amt_payable_handle" property="sumAmtPayableHandle"/>
|
|
|
|
|
+ <result column="sum_waive_amt" property="sumWaiveAmt"/>
|
|
|
|
|
+ <result column="acc_date" property="accDate" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
+ <result column="remarks" property="remarks"/>
|
|
|
|
|
+ <result column="annex_paths" property="annexPaths" typeHandler="JsonTypeHandler"/>
|
|
|
|
|
+ <result column="biznis_type" property="biznisType"/>
|
|
|
|
|
+ <result column="biznis_id" property="biznisId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="biznis_no" property="biznisNo"/>
|
|
|
|
|
+ <result column="flg_lock" property="flgLock"/>
|
|
|
|
|
+ <result column="make_staff" property="makeStaff" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="make_time" property="makeTime" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
+ <result column="flg_valid" property="flgValid"/>
|
|
|
|
|
+ <result column="cp_id" property="cpId"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<!-- Response查询映射结果 -->
|
|
<!-- Response查询映射结果 -->
|
|
|
<resultMap id="BaseResultMapResponse" type="com.dk.mdm.model.response.mac.RecPayResponse">
|
|
<resultMap id="BaseResultMapResponse" type="com.dk.mdm.model.response.mac.RecPayResponse">
|
|
|
<id column="rp_id" property="rpId"/>
|
|
<id column="rp_id" property="rpId"/>
|
|
|
- <result column="rp_no" property="rpNo"/>
|
|
|
|
|
- <result column="rp_type" property="rpType"/>
|
|
|
|
|
- <result column="object_id" property="objectId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="org_id" property="orgId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="staff_id" property="staffId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="sum_amt_rec" property="sumAmtRec"/>
|
|
|
|
|
- <result column="sum_amt_pay" property="sumAmtPay"/>
|
|
|
|
|
- <result column="sum_amt_receivable_handle" property="sumAmtReceivableHandle"/>
|
|
|
|
|
- <result column="sum_amt_payable_handle" property="sumAmtPayableHandle"/>
|
|
|
|
|
- <result column="sum_waive_amt" property="sumWaiveAmt"/>
|
|
|
|
|
- <result column="acc_date" property="accDate" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="remarks" property="remarks"/>
|
|
|
|
|
- <result column="biznis_type" property="biznisType"/>
|
|
|
|
|
- <result column="biznis_id" property="biznisId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="biznis_no" property="biznisNo"/>
|
|
|
|
|
- <result column="flg_lock" property="flgLock"/>
|
|
|
|
|
- <result column="make_staff" property="makeStaff" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
- <result column="make_time" property="makeTime" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
- <result column="flg_valid" property="flgValid"/>
|
|
|
|
|
- <result column="cp_id" property="cpId"/>
|
|
|
|
|
|
|
+ <result column="rp_no" property="rpNo"/>
|
|
|
|
|
+ <result column="rp_type" property="rpType"/>
|
|
|
|
|
+ <result column="object_id" property="objectId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="org_id" property="orgId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="staff_id" property="staffId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="sum_amt_rec" property="sumAmtRec"/>
|
|
|
|
|
+ <result column="sum_amt_pay" property="sumAmtPay"/>
|
|
|
|
|
+ <result column="sum_amt_receivable_handle" property="sumAmtReceivableHandle"/>
|
|
|
|
|
+ <result column="sum_amt_payable_handle" property="sumAmtPayableHandle"/>
|
|
|
|
|
+ <result column="sum_waive_amt" property="sumWaiveAmt"/>
|
|
|
|
|
+ <result column="acc_date" property="accDate" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
+ <result column="remarks" property="remarks"/>
|
|
|
|
|
+ <result column="annex_paths" property="annexPaths" typeHandler="JsonTypeHandler"/>
|
|
|
|
|
+ <result column="biznis_type" property="biznisType"/>
|
|
|
|
|
+ <result column="biznis_id" property="biznisId" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="biznis_no" property="biznisNo"/>
|
|
|
|
|
+ <result column="flg_lock" property="flgLock"/>
|
|
|
|
|
+ <result column="make_staff" property="makeStaff" typeHandler="UuidTypeHandler"/>
|
|
|
|
|
+ <result column="make_time" property="makeTime" typeHandler="TimestampTypeHandler"/>
|
|
|
|
|
+ <result column="flg_valid" property="flgValid"/>
|
|
|
|
|
+ <result column="cp_id" property="cpId"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<!-- 通用条件列 -->
|
|
<!-- 通用条件列 -->
|
|
@@ -184,6 +186,7 @@
|
|
|
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,
|
|
@@ -246,6 +249,7 @@
|
|
|
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,
|