|
|
|
@ -43,6 +43,7 @@ |
|
|
|
activity = #{cashRecord.activity}, |
|
|
|
goods_name = #{cashRecord.goodsName}, |
|
|
|
good_num = #{cashRecord.goodNum}, |
|
|
|
num_unit = #{cashRecord.NumUnit}, |
|
|
|
permanent_gold = #{cashRecord.permanentGold}, |
|
|
|
free_gold = #{cashRecord.freeGold}, |
|
|
|
Num_unit = #{cashRecord.NumUnit}, |
|
|
|
@ -119,6 +120,7 @@ |
|
|
|
m1.name as marketName, |
|
|
|
ra.activity_name as activity,cr.order_code,cr.bank_code, |
|
|
|
cr.goods_name,cr.good_num, |
|
|
|
cr.num_unit, |
|
|
|
cr.permanent_gold/100 as permanentGold,cr.free_gold/100 as freeGold,cr.payment_amount/100 as paymentAmount, |
|
|
|
r1.rate_name as paymentCurrency, |
|
|
|
r2.rate_name as receivedCurrency, |
|
|
|
@ -212,7 +214,7 @@ |
|
|
|
</select> |
|
|
|
<select id="selectAuditByOrderCode" resultType="com.example.demo.domain.entity.CashRecord"> |
|
|
|
select cash_record.id,jwcode,name,market,ra.activity_name as activity, |
|
|
|
order_code,bank_code,goods_name,good_num,permanent_gold,free_gold, |
|
|
|
order_code,bank_code,goods_name,good_num,num_unit,permanent_gold,free_gold, |
|
|
|
payment_currency,payment_amount,pay_type,pay_time,cash_record.status,submitter_id, |
|
|
|
voucher,remark |
|
|
|
from cash_record |
|
|
|
|