Forráskód Böngészése

资源可用加入库位条件检查

yejian 2 éve
szülő
commit
4f0a85cedd

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

@@ -55,7 +55,7 @@
         <if test="goodsName != null and goodsName != ''">
             left join view_stock_goods b on i.spec_id = b.specId
         </if>
-        where 1=1
+        where 1=1 AND p.status = '1'
         <if test="haveGoods != null and haveGoods != ''">
             and i.storge_id is not null
         </if>