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
b8cb60f9
Commit
b8cb60f9
authored
Dec 23, 2021
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8f91a75c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
performance/Performance.Repository/PerforExtypeRepository.cs
+13
-0
performance/Performance.Services/ExtractExcelService/ExtractPreConfigService.cs
+5
-1
No files found.
performance/Performance.Repository/PerforExtypeRepository.cs
0 → 100644
View file @
b8cb60f9
using
Performance.EntityModels
;
using
Performance.Infrastructure.Models
;
namespace
Performance.Repository
{
public
partial
class
PerforExtypeRepository
{
public
PageList
<
ex_type
>
GetPagingData
()
{
}
}
}
performance/Performance.Services/ExtractExcelService/ExtractPreConfigService.cs
View file @
b8cb60f9
...
...
@@ -44,6 +44,8 @@ public class ExtractPreConfigService : IAutoInjection
this
.
exspecialRepository
=
exspecialRepository
;
}
#
region
HospitalConfig
public
List
<
sys_hospitalconfig
>
GetHospitalConfig
(
int
hospitalId
)
{
var
hospital
=
hospitalRepository
.
GetEntity
(
w
=>
w
.
ID
==
hospitalId
);
...
...
@@ -128,7 +130,9 @@ public bool TestConnectionCleared(int hospitalconfigId)
return
result
;
}
public
List
<
ex_type
>
GetExtractTypeAndScript
(
int
hospitalId
)
#
endregion
public
List
<
ex_type
>
GetExtractTypeAndScript
(
int
hospitalId
,
int
sheetType
,
string
search
,
int
pageNumber
,
int
pageSize
)
{
var
hospital
=
hospitalRepository
.
GetEntity
(
w
=>
w
.
ID
==
hospitalId
);
if
(
hospital
==
null
)
throw
new
PerformanceException
(
"医院信息错误"
);
...
...
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