init
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user