zhanglinxin 1 year ago
parent
commit
3220fb722d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      application/common/service/ApproveService.php

+ 5 - 0
application/common/service/ApproveService.php

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