|
|
@ -240,4 +240,13 @@ |
|
|
where is_synced=0 and state=1 and type='gold_coin' and pay_style in(3,5,6,7,9) |
|
|
where is_synced=0 and state=1 and type='gold_coin' and pay_style in(3,5,6,7,9) |
|
|
limit #{size} |
|
|
limit #{size} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
<select id="selectById" resultType="com.example.demo.domain.vo.cash.CashCollection"> |
|
|
|
|
|
select id,jwcode,name,market,activity, |
|
|
|
|
|
order_code,bank_code,goods_name,good_num,num_unit,permanent_gold,free_gold, |
|
|
|
|
|
payment_currency,payment_amount,received_currency,received_amount,handling_charge, |
|
|
|
|
|
pay_type,received_market,pay_time,received_time,audit_id,status,submitter_id, |
|
|
|
|
|
submitter_market,voucher,remark,audit_time |
|
|
|
|
|
from cash_record |
|
|
|
|
|
where id=#{id} |
|
|
|
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |