|
@@ -143,7 +143,7 @@
|
|
|
<when test="param != null and param.spotId != null">
|
|
<when test="param != null and param.spotId != null">
|
|
|
tbl.queueNo is null, tbl.queueNo asc
|
|
tbl.queueNo is null, tbl.queueNo asc
|
|
|
</when>
|
|
</when>
|
|
|
- <when test="param != null and param.sortBy != null">
|
|
|
|
|
|
|
+ <when test="param != null and param.sortBy != null and param.sortBy != ''">
|
|
|
${param.sortBy} ${param.sortType}
|
|
${param.sortBy} ${param.sortType}
|
|
|
</when>
|
|
</when>
|
|
|
<otherwise>
|
|
<otherwise>
|