This commit is contained in:
张良(004796)
2024-03-28 16:16:44 +08:00
parent 1a46596494
commit e955c21991
10 changed files with 281 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="query.cityId != null and query.cityId != ''">
and t1.city_id = #{query.cityId}
</if>
<if test="query.onlineStatus != null">
and t3.status = #{query.onlineStatus}
</if>
<if test="query.type != null">
<if test="query.type == 0">
order by t2.recommend_status desc