Browse Source

更新入库信息模块sqlMap

oyq28 3 years ago
parent
commit
f3abd44df9

+ 1 - 1
imcs-admin-boot/imcs-business-biz/src/main/resources/mapper_business/base/edgeLibrary/StockInfoMapper.xml

@@ -33,7 +33,7 @@
         select
         <include refid="Base_Column_List"/>
         from (
-            select a.*,b.categoryDesc,b.name as brandName,b.no as brandNo,b.specification,0 as lockNum,0 as availableNum, u.org_id from imcs_s_stock_info a
+            select a.*,b.categoryDesc,b.name as brandName,b.no as brandNo,b.specification,0 as lockNum,0 as availableNum, z.org_id from imcs_s_stock_info a
             left join view_stock_goods b on a.spec_id = b.specId
             left join (
                 select st.id,CONCAT_WS('-',sh.shelvesDesc,st.name) as shelvesDesc, sh.no from imcs_s_storge st