Pārlūkot izejas kodu

fix:运力实时调度列表查询bug

wangweiyu 4 gadi atpakaļ
vecāks
revīzija
9e63dc3f1a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/main/resources/mapper/TruckMapper.xml

+ 1 - 1
src/main/resources/mapper/TruckMapper.xml

@@ -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}
             </when>
             <otherwise>
                 tbl.createDate desc