This commit is contained in:
linfso 2025-06-11 18:10:29 +08:00
parent fcbdc5bdaa
commit 629e4b2065

View File

@ -163,7 +163,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="createTime != null "> and a.create_time = #{createTime}</if>
<if test="updateBy != null and updateBy != ''"> and a.update_by like concat('%', #{updateBy}, '%')</if>
<if test="updateTime != null "> and a.update_time = #{updateTime}</if>
<if test="paymentType != null "> and b.payment_type = #{paymentType}</if>
<if test="paymentType != null "> and FIND_IN_SET(b.payment_type,#{paymentType})</if>
<if test="createSite != null and createSite != ''"> and a.create_site like concat('%', #{createSite}, '%')</if>
<if test="updateSite != null and updateSite != ''"> and a.update_site like concat('%', #{updateSite}, '%')</if>