|
|
@ -32,11 +32,11 @@ |
|
|
|
balance |
|
|
|
FROM |
|
|
|
fin_collection_confirmation |
|
|
|
ORDER BY |
|
|
|
id DESC |
|
|
|
<where> |
|
|
|
${ew.sqlSegment} |
|
|
|
</where> |
|
|
|
ORDER BY |
|
|
|
id DESC |
|
|
|
</select> |
|
|
|
<select id="initCollectionConfirm" |
|
|
|
resultType="com.yxt.anrui.fin.api.fincollectionconfirmation.AppFinCollectionConfirmationInitVo"> |
|
|
@ -61,7 +61,7 @@ |
|
|
|
payerName AS paymentName, |
|
|
|
collectionBankNum AS collectionNum, |
|
|
|
collectionTypeValue AS collectionType, |
|
|
|
collectionMoney AS paymentMoney, |
|
|
|
collectionMoney AS paymentMoney, |
|
|
|
paymentVoucherUrl, |
|
|
|
remarks |
|
|
|
FROM fin_collection_confirmation |
|
|
|