Преглед изворни кода

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>