city_code
This commit is contained in:
parent
9d89ff58e1
commit
93f5826f6b
@ -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}%'
|
||||
|
Loading…
x
Reference in New Issue
Block a user