|
@@ -74,6 +74,8 @@ class Adjust extends Base
|
|
|
$params['idArr'][$k]['type']=2;
|
|
|
$params['idArr'][$k]['checkUid']=$this->uid;
|
|
|
$params['idArr'][$k]['checkUname']=$this->uname;
|
|
|
+ $params['idArr'][$k]['product_id']=$v['id'];
|
|
|
+ unset($params['idArr'][$k]['id']);
|
|
|
}
|
|
|
}
|
|
|
$info->status=$params['status'];
|