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
8f8c8a95
Commit
8f8c8a95
authored
Apr 10, 2023
by
ruyun.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
人员字典保存人员系数
parent
857a73cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
performance/Performance.Services/ReportGlobalService.cs
+2
-1
No files found.
performance/Performance.Services/ReportGlobalService.cs
View file @
8f8c8a95
...
@@ -785,6 +785,7 @@ public ApiResponse SaveReportPersonTag(int hospitalId, int allotId, int userId,
...
@@ -785,6 +785,7 @@ public ApiResponse SaveReportPersonTag(int hospitalId, int allotId, int userId,
employee
.
AttendanceDay
=
pdata
.
AttendanceDay
;
employee
.
AttendanceDay
=
pdata
.
AttendanceDay
;
employee
.
ReservedRatio
=
pdata
.
ReservedRatio
;
employee
.
ReservedRatio
=
pdata
.
ReservedRatio
;
employee
.
BankCard
=
pdata
.
BankCard
;
employee
.
BankCard
=
pdata
.
BankCard
;
employee
.
PermanentStaff
=
pdata
.
PermanentStaff
;
employee
.
Remark
=
pdata
.
Remark
;
employee
.
Remark
=
pdata
.
Remark
;
employee
.
Reserve01
=
pdata
.
Reserve01
;
employee
.
Reserve01
=
pdata
.
Reserve01
;
employee
.
Reserve02
=
pdata
.
Reserve02
;
employee
.
Reserve02
=
pdata
.
Reserve02
;
...
@@ -927,7 +928,7 @@ public void SaveReportTag(int hospitalId, SaveCollectData request)
...
@@ -927,7 +928,7 @@ public void SaveReportTag(int hospitalId, SaveCollectData request)
{
{
var
header
=
request
.
ColHeaders
[
c
];
var
header
=
request
.
ColHeaders
[
c
];
var
first
=
alias
.
FirstOrDefault
(
w
=>
w
.
Alias
.
ToLower
()
==
header
.
ToLower
());
var
first
=
alias
.
FirstOrDefault
(
w
=>
w
.
Alias
.
ToLower
()
==
header
.
ToLower
());
if
(!
default
(
KeyValuePair
<
string
,
string
>).
Equals
(
first
)
if
(
first
!=
null
&&
!
default
(
KeyValuePair
<
string
,
string
>).
Equals
(
first
)
&&
!
result
.
ContainsKey
(
header
)
&&
!
result
.
ContainsKey
(
header
)
&&
request
.
Data
[
rownumber
].
Length
>
c
)
&&
request
.
Data
[
rownumber
].
Length
>
c
)
{
{
...
...
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