north-glass-erp/src/main/resources/mapper/mm/FinishedGoodsInventory.xml
@@ -547,6 +547,13 @@ </select> <select id="findOrderDetailNumberd" > select * from sd.`order_detail` where order_number = #{orderNumber} and order_id=#{orderId}; </select> <select id="finishedGoodsInventorybycount" > select quantity_available from mm.`finished_goods_inventory`