no message
This commit is contained in:
parent
66eabfee3f
commit
2b8747b6f7
|
|
@ -36,6 +36,9 @@
|
||||||
<if test="customerId != null">
|
<if test="customerId != null">
|
||||||
AND customer_id = #{customerId}
|
AND customer_id = #{customerId}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="isDelete != null">
|
||||||
|
AND deleted = #{isDelete}
|
||||||
|
</if>
|
||||||
<if test="cityIds != null and cityIds.size > 0">
|
<if test="cityIds != null and cityIds.size > 0">
|
||||||
AND city_id IN
|
AND city_id IN
|
||||||
<foreach collection="cityIds" item="id" open="(" separator="," close=")">
|
<foreach collection="cityIds" item="id" open="(" separator="," close=")">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue