This commit is contained in:
dute7liang
2024-01-07 16:42:24 +08:00
parent 31af6fdc76
commit fad404fe58
52 changed files with 257 additions and 176 deletions

View File

@@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and t3.id is not null
</if>
<if test="query.type != null and query.type == 3">
and t1.city_id = #{query.city}
and t1.city_id = #{query.cityId}
</if>
order by t1.create_time desc
</select>