@@ -619,6 +619,11 @@ class ApproveService
} catch (Exception $e) {
except('出现错误:' . $e->getMessage(), 2, $e);
}
+
+ // 4=领用申请 TODO 领用商品库存扣除重新计算
+ if ($module == CommonConstant::MODULE_4) {
+ }
return true;