fi
This commit is contained in:
parent
bbb8222ab0
commit
bec7aa5457
@ -412,7 +412,12 @@
|
||||
)
|
||||
</if>
|
||||
<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>
|
||||
ORDER BY all_score desc
|
||||
</select>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user