Commit 8d043ee9 by lcx

渝北其他绩效接口调整

parent 6af9b20c
......@@ -448,7 +448,7 @@ public ApiResponse Import([FromForm] IFormCollection form)
public ApiResponse<per_apr_amount> GetEmployeeMessage([FromBody] per_apr_amount request)
{
var result = employeeService.GetEmployeeMessage(request.AllotId, request.PersonnelNumber);
return new ApiResponse<per_apr_amount>(ResponseType.OK, "", result);
return new ApiResponse<per_apr_amount>(ResponseType.OK, "人员信息", result);
}
/// <summary>
......@@ -460,7 +460,7 @@ public ApiResponse<per_apr_amount> GetEmployeeMessage([FromBody] per_apr_amount
public ApiResponse<List<TitleValue>> GetPerforTypeDict([FromRoute] int allotId)
{
var result = employeeService.GetPerforTypeDict(allotId);
return new ApiResponse<List<TitleValue>>(ResponseType.OK, "");
return new ApiResponse<List<TitleValue>>(ResponseType.OK, "绩效类型字典", result);
}
}
}
......@@ -48,6 +48,7 @@ public int DeleteAllotData(int allotId)
{
List<string> tableArray = new List<string>
{
"ag_secondallot",
"cof_again",
"cof_check",
"cof_cmi",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment