Explorar o código

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

wangweiyu %!s(int64=4) %!d(string=hai) anos
pai
achega
9e63dc3f1a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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