mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
bugfix 查询订单支付记录没有筛选已删除的记录
This commit is contained in:
@@ -428,7 +428,8 @@
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from order_pay_record
|
||||
where order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
where del_flag = '0'
|
||||
and order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="selectOrderPayRecordList" resultType="com.jsowell.pile.vo.OrderPayRecordVO">
|
||||
|
||||
Reference in New Issue
Block a user