소스 검색

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

wangweiyu 4 년 전
부모
커밋
9e63dc3f1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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