feat:material
This commit is contained in:
@@ -90,7 +90,6 @@ class MaterialService extends BaseService{
|
||||
if($info->status == MaterialCode::AUDIT_REFUSE){
|
||||
$info->status = MaterialCode::UN_AUDIT;
|
||||
}
|
||||
$info->operator_id = $this->userId;
|
||||
|
||||
if (!$info->save()) throw new ErrException('申请修改失败');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user