Merge remote-tracking branch 'origin/dev' into dev-zzx

This commit is contained in:
YAS\29473
2025-10-24 10:36:00 +08:00
2 changed files with 55 additions and 66 deletions

View File

@@ -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">