瀏覽代碼

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>