修改提示信息

This commit is contained in:
2022-05-26 16:03:51 +08:00
parent 2eaed814a3
commit 8d3e892216
3 changed files with 4 additions and 4 deletions
@@ -193,7 +193,7 @@ namespace IRaCIS.Core.Application
}
else
{
return ResponseOutput.NotOk("该项目的项目配置(基础配置、流程配置、加急配置) 、访视管理,有配置未确认");
return ResponseOutput.NotOk("无法变更项目状态。该项目的项目配置、访视管理,有未确认");
}
}