소스 검색

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

娄底高职分支
liangkun 2 년 전
부모
커밋
51bb198663
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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 파일 보기

@@ -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



불러오는 중...
취소
저장