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
380c1de1
Commit
380c1de1
authored
Jun 22, 2020
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改-自动获取sheet类型
parent
dd3fa5b6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
11 deletions
+1
-11
performance/Performance.Api/wwwroot/Performance.Api.xml
+0
-0
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
+0
-10
performance/Performance.Services/ExConfigService.cs
+1
-1
No files found.
performance/Performance.Api/wwwroot/Performance.Api.xml
View file @
380c1de1
This diff is collapsed.
Click to expand it.
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
View file @
380c1de1
...
@@ -64,16 +64,6 @@
...
@@ -64,16 +64,6 @@
相对
相对
</summary>
</summary>
</member>
</member>
<member
name=
"P:Performance.DtoModels.AppSettings.WebapiUrl.ImportFirst"
>
<summary>
上传首次模板文件
</summary>
</member>
<member
name=
"P:Performance.DtoModels.AppSettings.WebapiUrl.ExtractData"
>
<summary>
抽取数据地址
</summary>
</member>
<member
name=
"P:Performance.DtoModels.AppSettings.WebapiUrl.ImportFile"
>
<member
name=
"P:Performance.DtoModels.AppSettings.WebapiUrl.ImportFile"
>
<summary>
<summary>
上传文件地址
上传文件地址
...
...
performance/Performance.Services/ExConfigService.cs
View file @
380c1de1
...
@@ -318,7 +318,7 @@ public bool QueryHosConfigs(int moduleId, out int sheetType)
...
@@ -318,7 +318,7 @@ public bool QueryHosConfigs(int moduleId, out int sheetType)
if
(
module
==
null
)
if
(
module
==
null
)
throw
new
PerformanceException
(
"绩效模板不存在,请重新选择!"
);
throw
new
PerformanceException
(
"绩效模板不存在,请重新选择!"
);
sheetType
=
(
int
)
SheetType
.
Incom
e
;
sheetType
=
(
int
)
module
.
SheetTyp
e
;
//if (module.SheetType != (int)SheetType.Income)
//if (module.SheetType != (int)SheetType.Income)
// 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