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
16d54b6b
Commit
16d54b6b
authored
Oct 28, 2022
by
纪旭 韦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充医院其他绩效perapramounts为空时继续往下走
parent
2df67803
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
performance/Performance.Services/RedistributionService.cs
+3
-3
No files found.
performance/Performance.Services/RedistributionService.cs
View file @
16d54b6b
...
...
@@ -959,10 +959,10 @@ public void SupplementOtherPerfor(ag_secondallot second, List<Dictionary<string,
if
(
rows
==
null
||
rows
.
Count
==
0
)
return
;
var
perapramounts
=
_perapramountRepository
.
GetFullAmount
(
second
.
AllotId
,
3
);
var
perapramounts
=
_perapramountRepository
.
GetFullAmount
(
second
.
AllotId
,
3
)
??
new
List
<
view_per_apr_amount
>()
;
if
(
perapramounts
==
null
||
!
perapramounts
.
Any
())
return
;
//
if (perapramounts == null || !perapramounts.Any())
//
return;
foreach
(
var
row
in
rows
)
{
...
...
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