feat:material

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-02-11 10:13:15 +08:00
parent 3f61e1e766
commit 6fd4f1b455
5 changed files with 57 additions and 8 deletions

View File

@@ -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('申请修改失败');