|
|
@@ -959,6 +959,7 @@ public class SharePutOnShelvesServiceImpl extends ServiceImpl<SharePutOnShelvesM
|
|
|
throw new RuntimeException("未找到所属公司");
|
|
|
}
|
|
|
goodsDesc.setWhetherIntegral("0");
|
|
|
+ goodsDesc.setShared(1);
|
|
|
if (!goodsDescList.isEmpty()) {
|
|
|
PjGoodsDesc goodsDetail = goodsDescList.stream().filter(e -> e.getCode().equals(item.getGoodsName())).findFirst().orElse(null);
|
|
|
if (goodsDetail == null) {
|