|
|
@@ -23,20 +23,17 @@
|
|
|
AND b.no_teaching_day IS NOT NULL
|
|
|
)
|
|
|
)
|
|
|
- <if test="venueType != null and venueType == '0-1'">
|
|
|
- ORDER BY b.good_rate DESC
|
|
|
- </if>
|
|
|
<if test="venueType != null and venueType == '1-1'">
|
|
|
AND c.org_category = 20
|
|
|
</if>
|
|
|
<if test="venueType != null and venueType == '1-2'">
|
|
|
- AND c.org_category = 20 ORDER BY b.good_rate DESC
|
|
|
+ AND c.org_category = 20
|
|
|
</if>
|
|
|
<if test="venueType != null and venueType == '2-1'">
|
|
|
AND c.org_category = 21
|
|
|
</if>
|
|
|
<if test="venueType != null and venueType == '2-2'">
|
|
|
- AND c.org_category = 21 ORDER BY b.good_rate DESC
|
|
|
+ AND c.org_category = 21
|
|
|
</if>
|
|
|
</select>
|
|
|
|