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
88745f1d
Commit
88745f1d
authored
Nov 11, 2020
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
行政工勤获取医生核算数据
parent
df6eab36
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
+2
-2
performance/Performance.Services/ComputeService.cs
+1
-1
No files found.
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
View file @
88745f1d
...
...
@@ -3625,12 +3625,12 @@
</member>
<member
name=
"P:Performance.EntityModels.per_employee.PersonnelNumber"
>
<summary>
员工工号
(HIS)
员工工号
</summary>
</member>
<member
name=
"P:Performance.EntityModels.per_employee.JobNumber"
>
<summary>
员工工号
员工工号
(HIS)
</summary>
</member>
<member
name=
"P:Performance.EntityModels.per_employee.JobCategory"
>
...
...
performance/Performance.Services/ComputeService.cs
View file @
88745f1d
...
...
@@ -992,7 +992,7 @@ public DeptDataDetails DeptOfficeDetail(int accountId)
{
var
account
=
perforResaccountRepository
.
GetEntity
(
t
=>
t
.
ID
==
accountId
);
var
allot
=
perforPerallotRepository
.
GetEntity
(
t
=>
t
.
ID
==
account
.
AllotID
);
var
computes
=
_perforRescomputeRepository
.
GetEntities
(
t
=>
t
.
ID
==
account
.
AllotID
&&
t
.
UnitType
==
UnitType
.
行政后勤
.
ToString
()
&&
t
.
AccountingUnit
==
account
.
AccountingUnit
);
var
computes
=
_perforRescomputeRepository
.
GetEntities
(
t
=>
t
.
Allot
ID
==
account
.
AllotID
&&
t
.
UnitType
==
UnitType
.
行政后勤
.
ToString
()
&&
t
.
AccountingUnit
==
account
.
AccountingUnit
);
var
persheet
=
_perforPerSheetRepository
.
GetEntities
(
t
=>
t
.
AllotID
==
account
.
AllotID
);
var
headers
=
_perforImheaderRepository
.
GetEntities
(
t
=>
t
.
AllotID
==
account
.
AllotID
);
var
basicData
=
_perforImDataRepository
.
GetEntities
(
t
=>
t
.
AllotID
==
account
.
AllotID
&&
t
.
AccountingUnit
==
account
.
AccountingUnit
);
...
...
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