no message

This commit is contained in:
cb 2025-04-22 11:44:51 +08:00
parent 66eabfee3f
commit 2b8747b6f7
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
<if test="customerId != null">
AND customer_id = #{customerId}
</if>
<if test="isDelete != null">
AND deleted = #{isDelete}
</if>
<if test="cityIds != null and cityIds.size > 0">
AND city_id IN
<foreach collection="cityIds" item="id" open="(" separator="," close=")">