盘点测试优化

main
judy 1 year ago
parent 3d019bb7f4
commit d27251d429
  1. 2
      shkj-wms/src/main/resources/mapper/wms/BusinStockInvMapper.xml

@ -63,7 +63,7 @@
<if test="locationId !=null and locationId !='' "> <if test="locationId !=null and locationId !='' ">
and loc.id=#{locationId} and loc.id=#{locationId}
</if> </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 ORDER BY loc.route
</select> </select>
<select id="queryListByGoodsGroup" resultType="com.shkj.wms.vo.BusinStockInvVo" <select id="queryListByGoodsGroup" resultType="com.shkj.wms.vo.BusinStockInvVo"

Loading…
Cancel
Save