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
2d3f31d1
Commit
2d3f31d1
authored
Nov 30, 2022
by
纪旭 韦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充修改
parent
0b65ac16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
performance/Performance.Services/ReportGlobalService.cs
+4
-0
No files found.
performance/Performance.Services/ReportGlobalService.cs
View file @
2d3f31d1
...
@@ -834,6 +834,10 @@ public ApiResponse SaveReportPersonTag(int hospitalId, int allotId, int userId,
...
@@ -834,6 +834,10 @@ public ApiResponse SaveReportPersonTag(int hospitalId, int allotId, int userId,
reportperformancepersontagsRepository
.
UpdateRange
(
upTags
.
ToArray
());
reportperformancepersontagsRepository
.
UpdateRange
(
upTags
.
ToArray
());
//个人绩效查询用户添加
//个人绩效查询用户添加
personService
.
SaveQueryRole
(
hospitalId
,
userId
,
dicData
);
personService
.
SaveQueryRole
(
hospitalId
,
userId
,
dicData
);
var
allot
=
perallotRepository
.
GetEntity
(
t
=>
t
.
ID
==
allotId
);
allot
.
IsModifyConfig
=
1
;
perallotRepository
.
Update
(
allot
);
return
new
ApiResponse
(
ResponseType
.
OK
);
return
new
ApiResponse
(
ResponseType
.
OK
);
}
}
...
...
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