mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 09:29:59 +08:00
update优化清分账单逻辑
This commit is contained in:
@@ -303,4 +303,9 @@
|
||||
where del_flag = '0'
|
||||
and order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<delete id="deleteByClearingBillCode">
|
||||
delete from clearing_bill_detail
|
||||
where clearing_bill_code = #{clearingBillCode,jdbcType=VARCHAR}
|
||||
</delete>
|
||||
</mapper>
|
||||
@@ -746,6 +746,10 @@
|
||||
<if test="billStatus != null and billStatus != ''">
|
||||
and bill_status = #{billStatus,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="tradeDate != null and tradeDate != ''">
|
||||
and trade_date = #{tradeDate,jdbcType=VARCHAR}
|
||||
</if>
|
||||
order by create_time DESC
|
||||
</select>
|
||||
|
||||
<update id="updateStatus">
|
||||
|
||||
Reference in New Issue
Block a user