Pārlūkot izejas kodu

订单及权限修改

zhuhao 2 gadi atpakaļ
vecāks
revīzija
5c267745a4

+ 2 - 2
imcs-bt-be/imcs-business-biz/src/main/resources/mapper_business/base/productionresource/ProductionresourceMapper.xml

@@ -101,8 +101,8 @@
                g.goods_tag        as goodsTag,
                g.goods_unit       as goodsUnit,
                gc.goods_cate_name as goodsCateName
-        from bt_equ_goods eg
-                 left join bt_goods g
+        from bt_goods g
+                 left join bt_equ_goods eg
                            on eg.goods_id = g.id
                  left join bt_goods_cate gc on g.goods_cate_id = gc.id
                  left join bt_spe s on s.goods_id = g.id