md
This commit is contained in:
parent
bc672e04a7
commit
974c18da23
@ -104,7 +104,7 @@
|
||||
<if test="discardsNumber != null and discardsNumber != ''"> and discards_number like concat('%', #{discardsNumber}, '%')</if>
|
||||
<if test="leastPrice != null "> and least_price = #{leastPrice}</if>
|
||||
<if test="priceType != null and priceType != ''"> and price_type like concat('%', #{priceType}, '%')</if>
|
||||
<if test="startDate != null "> and start_date = #{startDate}</if>
|
||||
|
||||
<if test="endDate != null "> and end_date = #{endDate}</if>
|
||||
<if test="priorityLevel != null "> and priority_level = #{priorityLevel}</if>
|
||||
<if test="remark != null and remark != ''"> and remark like concat('%', #{remark}, '%')</if>
|
||||
@ -117,6 +117,8 @@
|
||||
<if test="createSite != null and createSite != ''"> and create_site like concat('%', #{createSite}, '%')</if>
|
||||
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
|
||||
|
||||
<if test="startDate != null "> and start_date <![CDATA[ >= ]]> #{startDate}</if>
|
||||
|
||||
<if test="params.quoteStatus != null and params.quoteStatus==1">
|
||||
and status=1
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user