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
bd6ad310
Commit
bd6ad310
authored
Jan 21, 2021
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生成绩效时关闭文件筛选功能
parent
189af943
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
performance/Performance.Services/AllotService.cs
+3
-0
No files found.
performance/Performance.Services/AllotService.cs
View file @
bd6ad310
...
...
@@ -9,6 +9,7 @@
using
Performance.Infrastructure
;
using
Performance.Repository
;
using
Performance.Services.AllotCompute
;
using
Performance.Services.ExtractExcelService
;
using
System
;
using
System.Collections.Generic
;
using
System.IO
;
...
...
@@ -323,6 +324,8 @@ public void Generate(per_allot allot, string mail)
logManageService
.
WriteMsg
(
"绩效开始执行"
,
$"数据来源:用户上传的Excel。"
,
1
,
allot
.
ID
,
"ReceiveMessage"
,
true
);
configService
.
Clear
(
allot
.
ID
);
// 关闭筛选功能
ExtractHelper
.
CloseAutoFilter
(
allot
.
Path
);
// 导出数据
excel
=
importDataService
.
ReadDataAndSave
(
allot
);
...
...
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