|
|
@ -6,7 +6,7 @@ |
|
|
|
vehCount,vinNo,loanContractSid,loanContractNo,bankContractNo,bankName,policyName,mainPeriod,mainRepayDate, |
|
|
|
mainLastDate,mainFirstRepay,mainMidRepay,mainLastRepay,otherPeriod,otherBankNo,otherRepayDate,otherFirstRepay, |
|
|
|
otherMidRepay,otherLastRepay,isOtherPolicy,sameBank,cwDeptNo,isDifferent,importTiredMoney,importPaymentMoney, |
|
|
|
importInterest,importFund) |
|
|
|
importInterest,importFund,orgSidPath) |
|
|
|
values |
|
|
|
<foreach collection="list" item="item" index="index" separator=","> |
|
|
|
(#{item.createBySid},#{item.sid},#{item.createTime},#{item.isEnable},#{item.salesOrderSid},#{item.borrowerSid},#{item.borrowerName}, |
|
|
@ -14,7 +14,7 @@ |
|
|
|
#{item.policyName},#{item.mainPeriod},#{item.mainRepayDate},#{item.mainLastDate},#{item.mainFirstRepay},#{item.mainMidRepay}, |
|
|
|
#{item.mainLastRepay},#{item.otherPeriod},#{item.otherBankNo},#{item.otherRepayDate},#{item.otherFirstRepay},#{item.otherMidRepay}, |
|
|
|
#{item.otherLastRepay},#{item.isOtherPolicy},#{item.sameBank},#{item.cwDeptNo},#{item.isDifferent},#{item.importTiredMoney}, |
|
|
|
#{item.importPaymentMoney},#{item.importInterest},#{item.importFund} |
|
|
|
#{item.importPaymentMoney},#{item.importInterest},#{item.importFund},#{item.orgSidPath} |
|
|
|
) |
|
|
|
</foreach> |
|
|
|
</insert> |
|
|
|