@@ -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>