mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
修改查询sql 过滤逻辑删除的数据
This commit is contained in:
@@ -446,6 +446,7 @@
|
||||
t2.out_trans_id as outTransId
|
||||
from order_pay_record t1
|
||||
left join adapay_callback_record t2 on t2.payment_id = t1.payment_id
|
||||
where t1.order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
where t1.del_flag = '0'
|
||||
and t1.order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user