|
|
@ -54,6 +54,7 @@ |
|
|
voucher = #{cashRecordCollection.voucher}, |
|
|
voucher = #{cashRecordCollection.voucher}, |
|
|
remark = #{cashRecordCollection.remark}, |
|
|
remark = #{cashRecordCollection.remark}, |
|
|
status = 0, |
|
|
status = 0, |
|
|
|
|
|
wallet_id = #{cashRecordCollection.walletId}, |
|
|
</set> |
|
|
</set> |
|
|
WHERE order_code = #{cashRecordCollection.orderCode} |
|
|
WHERE order_code = #{cashRecordCollection.orderCode} |
|
|
AND status = 5 |
|
|
AND status = 5 |
|
|
|