|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="findSurchargeTransactionsByDetailId" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
|
|
SELECT clearing_detail_id, settle_date,total_surcharge,tax_amount, type, amount,create_time,operation,remark
|
|
|
|
|
SELECT client_id,clearing_detail_id, settle_date,total_surcharge,tax_amount, type, amount,create_time,operation,remark
|
|
|
|
|
FROM log_clearing_distributed_surcharge
|
|
|
|
|
WHERE client_id = #{client_id}
|
|
|
|
|
AND bill_id = #{detailId}
|
|
|
|
|