Browse Source

修改公开选调工作人员报名代码

娄底高职分支
liangkun 2 years ago
parent
commit
51bb198663
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/RecruiterPeopleApi.cs

+ 1
- 2
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/RecruiterPeopleApi.cs View File

@@ -150,7 +150,7 @@ namespace Learun.Application.WebApi
public Response SaveStaffForm(dynamic _)
{
var model = this.GetReqData<ReqFormEntity>();
var entity = workStaffIBLL.GetWorkStaffEntity(model.keyValue);
WorkStaffEntity entity = model.strEntity.ToObject<WorkStaffEntity>();
workStaffIBLL.SaveEntity(model.keyValue, entity, entity.WorkStaffSonEntities);
return Success("保存成功!");
}
@@ -250,7 +250,6 @@ namespace Learun.Application.WebApi
{
public string keyValue { get; set; }
public string strEntity { get; set; }
public List<WorkStaffSonEntity> WorkStaffSonEntities { get; set; }
}
#endregion



Loading…
Cancel
Save