lineSource

This commit is contained in:
苏竹红
2024-05-10 11:16:01 +08:00
parent 09eed587d4
commit 18a9982182

View File

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