cqpCow 1 năm trước cách đây
mục cha
commit
06d1a9f560
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/Service/ProductInventoryService.php

+ 0 - 1
app/Service/ProductInventoryService.php

@@ -103,7 +103,6 @@ class ProductInventoryService extends Service
     //$user 当前登录人的信息
     //$submit_total (提交的数据)  $save_total(保存过的数据)
     public static function changeLockNumber($user, $submit_total = [], $save_total = []){
-        dump($user['is_check_stock']);die;
         if(empty($user['is_check_stock'])) return; //不校验库存
         if(empty($submit_total) && empty($save_total)) return;