소스 검색

feat:运力实时调度根据排队号排序

wangweiyu 4 년 전
부모
커밋
46ff9fb494
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/TruckMapper.xml

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

@@ -135,7 +135,7 @@
         ) tbl
         <where>
             <if test="param != null and param.spotId != null">
-                and wc.jing_weight > 0 and two.id is null
+                and tbl.spot_id = #{param.spotId}
                 ORDER BY tbl.queueNo is null, tbl.queueNo asc
             </if>
         </where>