city_code

This commit is contained in:
abu 2025-04-07 18:56:14 +08:00
parent 9d89ff58e1
commit 93f5826f6b

View File

@ -39,7 +39,7 @@
</choose>
AND v.first_frame_img IS NOT NULL
<if test="paramMap.cityCode != null and paramMap.cityCode != ''">
AND v.cityCode = #{paramMap.cityCode}
AND v.city_code = #{paramMap.cityCode}
</if>
<if test="paramMap.search != null and paramMap.search != ''">
AND v.title like '%${paramMap.search}%'