@@ -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'],