Explorar o código

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

wangweiyu %!s(int64=4) %!d(string=hai) anos
pai
achega
46ff9fb494
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>