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
d0766222
Commit
d0766222
authored
Feb 23, 2022
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
别名
parent
e24a0b7a
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 @
d0766222
...
@@ -178,7 +178,7 @@ public List<SecondColumnDictionary> GetTableHeaderDictionary(ComputeMode compute
...
@@ -178,7 +178,7 @@ public List<SecondColumnDictionary> GetTableHeaderDictionary(ComputeMode compute
/*
/*
此处数据需要额外注意,前端显示规则:通过isTrue=true显示,显示名称为label
此处数据需要额外注意,前端显示规则:通过isTrue=true显示,显示名称为label
*/
*/
var
alias
=
_cofaliasRepository
.
GetEntities
(
t
=>
t
.
HospitalId
==
allot
.
HospitalId
)
??
new
List
<
cof_alias
>();
var
alias
=
_cofaliasRepository
.
GetEntities
(
t
=>
t
.
HospitalId
==
allot
.
HospitalId
&&
t
.
Route
==
"/second_entering"
)
??
new
List
<
cof_alias
>();
Func
<
string
,
string
,
string
>
getAlias
=
(
name
,
def
)
=>
Func
<
string
,
string
,
string
>
getAlias
=
(
name
,
def
)
=>
{
{
try
try
...
@@ -717,7 +717,7 @@ private List<string> LoadEmployees_OfficeExcel(ag_secondallot second)
...
@@ -717,7 +717,7 @@ private List<string> LoadEmployees_OfficeExcel(ag_secondallot second)
/// <returns></returns>
/// <returns></returns>
private
HandsonTableBase
ComputeMode_Format1
(
per_allot
allot
,
List
<
string
>
colHeaders
,
List
<
HandsonColumn
>
columns
)
private
HandsonTableBase
ComputeMode_Format1
(
per_allot
allot
,
List
<
string
>
colHeaders
,
List
<
HandsonColumn
>
columns
)
{
{
var
alias
=
_cofaliasRepository
.
GetEntities
(
t
=>
t
.
HospitalId
==
allot
.
HospitalId
)
??
new
List
<
cof_alias
>();
var
alias
=
_cofaliasRepository
.
GetEntities
(
t
=>
t
.
HospitalId
==
allot
.
HospitalId
&&
t
.
Route
==
"/second_entering"
)
??
new
List
<
cof_alias
>();
Func
<
string
,
string
,
string
>
getAlias
=
(
name
,
def
)
=>
Func
<
string
,
string
,
string
>
getAlias
=
(
name
,
def
)
=>
{
{
try
try
...
@@ -765,7 +765,7 @@ private HandsonTableBase ComputeMode_Format1(per_allot allot, List<string> colHe
...
@@ -765,7 +765,7 @@ private HandsonTableBase ComputeMode_Format1(per_allot allot, List<string> colHe
/// <returns></returns>
/// <returns></returns>
private
HandsonTableBase
ComputeMode_Format2
(
per_allot
allot
,
List
<
string
>
colHeaders
,
List
<
HandsonColumn
>
columns
)
private
HandsonTableBase
ComputeMode_Format2
(
per_allot
allot
,
List
<
string
>
colHeaders
,
List
<
HandsonColumn
>
columns
)
{
{
var
alias
=
_cofaliasRepository
.
GetEntities
(
t
=>
t
.
HospitalId
==
allot
.
HospitalId
)
??
new
List
<
cof_alias
>();
var
alias
=
_cofaliasRepository
.
GetEntities
(
t
=>
t
.
HospitalId
==
allot
.
HospitalId
&&
t
.
Route
==
"/second_entering"
)
??
new
List
<
cof_alias
>();
Func
<
string
,
string
,
string
>
getAlias
=
(
name
,
def
)
=>
Func
<
string
,
string
,
string
>
getAlias
=
(
name
,
def
)
=>
{
{
try
try
...
...
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