md
This commit is contained in:
parent
fcbdc5bdaa
commit
629e4b2065
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user