This commit is contained in:
guohb
2024-05-07 18:12:33 +08:00
parent 2d6d9d03a5
commit 7dec4b8c47

View File

@@ -303,9 +303,11 @@
select <include refid="Base_Column_List"/>
from xfsg_line_pay
<where>
line_id = #{lineId}
and deleted = '0'
deleted = '0'
and pay_business_type = #{payBusinessType}
<if test="lineId != null and lineId != ''">
and line_id = #{lineId}
</if>
<if test="shopId != null and shopId != ''">
and shop_id = #{shopId}
</if>