Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
8d043ee9
Commit
8d043ee9
authored
Dec 07, 2020
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
渝北其他绩效接口调整
parent
6af9b20c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
performance/Performance.Api/Controllers/EmployeeController.cs
+2
-2
performance/Performance.Repository/PerforCofdirectorRepository.cs
+1
-0
No files found.
performance/Performance.Api/Controllers/EmployeeController.cs
View file @
8d043ee9
...
...
@@ -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
);
}
}
}
performance/Performance.Repository/PerforCofdirectorRepository.cs
View file @
8d043ee9
...
...
@@ -48,6 +48,7 @@ public int DeleteAllotData(int allotId)
{
List
<
string
>
tableArray
=
new
List
<
string
>
{
"ag_secondallot"
,
"cof_again"
,
"cof_check"
,
"cof_cmi"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment