fix
This commit is contained in:
@@ -303,9 +303,11 @@
|
|||||||
select <include refid="Base_Column_List"/>
|
select <include refid="Base_Column_List"/>
|
||||||
from xfsg_line_pay
|
from xfsg_line_pay
|
||||||
<where>
|
<where>
|
||||||
line_id = #{lineId}
|
deleted = '0'
|
||||||
and deleted = '0'
|
|
||||||
and pay_business_type = #{payBusinessType}
|
and pay_business_type = #{payBusinessType}
|
||||||
|
<if test="lineId != null and lineId != ''">
|
||||||
|
and line_id = #{lineId}
|
||||||
|
</if>
|
||||||
<if test="shopId != null and shopId != ''">
|
<if test="shopId != null and shopId != ''">
|
||||||
and shop_id = #{shopId}
|
and shop_id = #{shopId}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user