fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user