fi
This commit is contained in:
parent
bbb8222ab0
commit
bec7aa5457
@ -412,7 +412,12 @@
|
|||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
<if test="scoreLevel !=null">
|
<if test="scoreLevel !=null">
|
||||||
and r.score_level = #{scoreLevel}
|
<if test="scoreLevel == ''">
|
||||||
|
and r.score_level is null
|
||||||
|
</if>
|
||||||
|
<if test="scoreLevel != ''">
|
||||||
|
and r.score_level = #{scoreLevel}
|
||||||
|
</if>
|
||||||
</if>
|
</if>
|
||||||
ORDER BY all_score desc
|
ORDER BY all_score desc
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user