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
e5f13cca
Commit
e5f13cca
authored
Feb 21, 2020
by
李承祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
特殊科室编辑 抽取语句
parent
99e948ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
+5
-0
performance/Performance.Services/ModExtractService.cs
+1
-0
No files found.
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
View file @
e5f13cca
...
@@ -1524,6 +1524,11 @@
...
@@ -1524,6 +1524,11 @@
<member
name=
"P:Performance.DtoModels.ModModuleRequest.HospitalId"
>
<member
name=
"P:Performance.DtoModels.ModModuleRequest.HospitalId"
>
<summary>
医院Id
</summary>
<summary>
医院Id
</summary>
</member>
</member>
<member
name=
"P:Performance.DtoModels.ModModuleRequest.ConfigId"
>
<summary>
数据库地址
</summary>
</member>
<member
name=
"P:Performance.DtoModels.ModModuleRequest.SheetType"
>
<member
name=
"P:Performance.DtoModels.ModModuleRequest.SheetType"
>
<summary>
类型
</summary>
<summary>
类型
</summary>
</member>
</member>
...
...
performance/Performance.Services/ModExtractService.cs
View file @
e5f13cca
...
@@ -335,6 +335,7 @@ public mod_special EditSpecial(mod_special entity)
...
@@ -335,6 +335,7 @@ public mod_special EditSpecial(mod_special entity)
special
.
Target
=
entity
.
Target
;
special
.
Target
=
entity
.
Target
;
special
.
TargetFactor
=
entity
.
TargetFactor
;
special
.
TargetFactor
=
entity
.
TargetFactor
;
special
.
AdjustFactor
=
entity
.
AdjustFactor
;
special
.
AdjustFactor
=
entity
.
AdjustFactor
;
special
.
ExtractId
=
entity
.
ExtractId
;
special
.
ConfigId
=
entity
.
ConfigId
;
special
.
ConfigId
=
entity
.
ConfigId
;
if
(!
perforModspecialRepository
.
Update
(
special
))
if
(!
perforModspecialRepository
.
Update
(
special
))
throw
new
PerformanceException
(
"修改失败!"
);
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