@@ -144,7 +144,7 @@
tbl.queueNo is null, tbl.queueNo asc
</when>
<when test="param != null and param.sortBy != null">
- #{param.sortBy} #{param.sortType}
+ ${param.sortBy} ${param.sortType}
<otherwise>
tbl.createDate desc