lineSource
This commit is contained in:
@@ -332,7 +332,6 @@
|
|||||||
|
|
||||||
<select id="getLinePayByLineIds" resultMap="BaseResultMap">
|
<select id="getLinePayByLineIds" resultMap="BaseResultMap">
|
||||||
select * from xfsg_line_pay where deleted = 0
|
select * from xfsg_line_pay where deleted = 0
|
||||||
<where>
|
|
||||||
<if test="businessType!=null">
|
<if test="businessType!=null">
|
||||||
and pay_business_type = #{businessType}
|
and pay_business_type = #{businessType}
|
||||||
</if>
|
</if>
|
||||||
@@ -346,6 +345,5 @@
|
|||||||
#{shopId}
|
#{shopId}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
</where>
|
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user