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
1ac1da41
Commit
1ac1da41
authored
Nov 23, 2021
by
钟博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加载上月补充人员字典
parent
8dce0149
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
performance/Performance.Api/Controllers/ConfigController.cs
+1
-0
performance/Performance.Services/ConfigService.cs
+3
-0
No files found.
performance/Performance.Api/Controllers/ConfigController.cs
View file @
1ac1da41
...
...
@@ -841,6 +841,7 @@ public ApiResponse CopyDropDown()
{
var
result
=
new
List
<
CopyDrop
>
{
new
CopyDrop
{
Label
=
"人员字典"
,
Value
=
"personnels"
},
new
CopyDrop
{
Label
=
"工作量配置"
,
Value
=
"workItems"
},
new
CopyDrop
{
Label
=
"收入费用类别"
,
Value
=
"drugTypes"
},
new
CopyDrop
{
Label
=
"支出费用类别"
,
Value
=
"drugTypeDisburses"
},
...
...
performance/Performance.Services/ConfigService.cs
View file @
1ac1da41
...
...
@@ -1081,6 +1081,9 @@ public void NewCopy(CopyRequest request)
{
switch
(
item
)
{
case
"personnels"
:
personService
.
CreateAllotPersons
(
allot
.
HospitalId
,
allot
.
ID
,
allotId
);
break
;
case
"workItems"
:
logger
.
LogInformation
(
$"copy workItems"
);
var
workItems
=
_workitemRepository
.
GetEntities
(
t
=>
t
.
AllotID
==
allot
.
ID
);
...
...
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