Browse Source

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

wangweiyu 4 năm trước cách đây
mục cha
commit
9e63dc3f1a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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