Commit 405e5ffb authored by wxl's avatar wxl

no message

parent 8366d3fe
...@@ -204,7 +204,7 @@ class StockCheckController extends AbstractActionController ...@@ -204,7 +204,7 @@ class StockCheckController extends AbstractActionController
$this->entityManager->beginTransaction(); $this->entityManager->beginTransaction();
try { try {
$this->stockCheckManager->updateStockCheckState(1, $stockCheckInfo); $this->stockCheckManager->updateStockCheckState(1, $stockCheckInfo);
$allWarehouseOrderGoodsManager->addAllCheckWarehouseOrderGoods($stockCheckInfo->getwarehouseId(), $stockCheckId,$stockCheckInfo->getStockCheckSn()); //$allWarehouseOrderGoodsManager->addAllCheckWarehouseOrderGoods($stockCheckInfo->getwarehouseId(), $stockCheckId,$stockCheckInfo->getStockCheckSn());
$this->getEventManager()->trigger('stock-check.update.post', $this, $stockCheckInfo); $this->getEventManager()->trigger('stock-check.update.post', $this, $stockCheckInfo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment