项目移交接口更改项目状态
parent
3f01b4140e
commit
69b1d0e155
|
|
@ -517,6 +517,8 @@ namespace OpenAuth.App.ServiceApp.DroneSsnydManage
|
|||
public async Task ProjectHandover(ProjectHandoverReq req)
|
||||
{
|
||||
var project = req.MapTo<DroneSsnyd>();
|
||||
project.handle_status_id = 98;
|
||||
project.handle_status_name = "项目移交";
|
||||
await Repository.AsUpdateable(project).IgnoreNullColumns().ExecuteCommandAsync();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue