Преглед на файлове

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>