审核失败删除失败字段
This commit is contained in:
@@ -92,4 +92,14 @@ class DoctorIntroductionRecord extends Model
|
||||
->first($fields);
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除
|
||||
* @param array $params
|
||||
* @return int|mixed
|
||||
*/
|
||||
public static function del(array $params): mixed
|
||||
{
|
||||
return self::where($params)->delete();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user