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
7a606ea7
Commit
7a606ea7
authored
Apr 19, 2021
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改开单、就诊查漏补缺
parent
05a7ff0c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
2 deletions
+0
-2
performance/Performance.Services/ComputeService.cs
+0
-1
performance/Performance.Services/DFExtractService.cs
+0
-0
performance/Performance.Services/ExConfigService.cs
+0
-1
No files found.
performance/Performance.Services/ComputeService.cs
View file @
7a606ea7
...
...
@@ -1271,7 +1271,6 @@ private DeptDataDetails<DetailModuleExtend> MergeDetails(DeptDataDetails details
if
(
details
.
Detail
==
null
||
!
details
.
Detail
.
Any
(
t
=>
t
.
IncomeType
==
1
))
return
result
;
string
[]
sheetNameKeys
=
new
string
[]
{
"就诊"
,
"开单"
};
foreach
(
var
groupbasis
in
details
.
Detail
.
Select
(
t
=>
t
.
GroupBasis
).
Distinct
())
{
var
items
=
new
List
<
DetailModuleExtend
>();
...
...
performance/Performance.Services/DFExtractService.cs
View file @
7a606ea7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
performance/Performance.Services/ExConfigService.cs
View file @
7a606ea7
...
...
@@ -121,7 +121,6 @@ public ex_module AddModule(ModModuleRequest request)
string
addname
=
""
;
if
(
request
.
SheetType
==
(
int
)
SheetType
.
Income
)
{
string
[]
array
=
new
string
[]
{
"开单收入"
,
"执行收入"
};
if
(
request
.
ModuleName
.
IndexOf
(
"开单收入"
)
==
-
1
&&
request
.
ModuleName
.
IndexOf
(
"就诊收入"
)
==
-
1
&&
request
.
ModuleName
.
IndexOf
(
"执行收入"
)
==
-
1
)
throw
new
PerformanceException
(
"模块名称规则错误"
);
//if (!Regex.IsMatch(request.ModuleName, @"^[\u4e00-\u9fa5]+$"))
...
...
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