futian.liu
2023-11-27 8a0a1cff8bf543cb008a2866a944ad868a31f9a7
consum-base/src/main/java/com/consum/base/service/LWhFormInventoryGoodsServiceImpl.java
@@ -63,11 +63,9 @@
                lWhFormInventoryGoods.setInventoryResult((errorCount > 0) ? 2 : (errorCount < 0) ? 3 : 1);
                goodsList.add(lWhFormInventoryGoods);
            }
//            this.update(lWhFormInventoryGoods);
        }
        return this.updateBatch(goodsList);
//        return 1;
    }
    /**