wuggemail@foxmail.com 3 months ago
parent
commit
ec9ba862d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/cxinv/model/TzProduct.php

+ 1 - 1
app/cxinv/model/TzProduct.php

@@ -33,7 +33,7 @@ class TzProduct extends Base
                 $adjust=$model->Adjust;
                 ProductStock::OutStock($model['product_id'],$model['num']);
                 $log = [
-                    "type" => 1,
+                    "type" => 2,
                     'order_item_id' => $adjust->manager_id,
                     'product_id' => $model['product_id'],
                     'num' => $model['num'],