|
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
|
<if test="locationId !=null and locationId !='' "> |
|
|
|
|
and loc.id=#{locationId} |
|
|
|
|
</if> |
|
|
|
|
group by si.id,loc.id,loc.location_code,goods.vehiche_model,goods.color,loc.location_status |
|
|
|
|
group by si.id,loc.id,loc.location_code,goods.vehiche_model,goods.color,loc.location_status,inv_order_no |
|
|
|
|
ORDER BY loc.route |
|
|
|
|
</select> |
|
|
|
|
<select id="queryListByGoodsGroup" resultType="com.shkj.wms.vo.BusinStockInvVo" |
|
|
|
|
|