Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
d8ab13d1
Commit
d8ab13d1
authored
Nov 22, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
超管
parent
64eeffd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
StaffController.java
...com/gic/haoban/manage/web/controller/StaffController.java
+2
-5
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/StaffController.java
View file @
d8ab13d1
...
...
@@ -564,20 +564,17 @@ public class StaffController extends WebBaseController {
}
mergeClerkInfo
(
voList
,
wxEnterpriseId
);
String
fileName
=
wxEnterpriseName
+
"通讯录"
+
DateUtil
.
dateToStr
(
new
Date
(),
DateUtil
.
FORMAT_DATE_8
);
List
<
String
>
titleList
=
Lists
.
newArrayList
(
"姓名"
,
"职务"
,
"部门"
,
"手机号"
,
"关联状态"
,
"关联导购"
);
List
<
String
>
fileList
=
Lists
.
newArrayList
(
"staffName"
,
"position"
,
"departmentName"
,
"phoneNumber"
,
"relationFlag"
,
"clerkName"
);
List
<
String
>
titleList
=
Lists
.
newArrayList
(
"姓名"
,
"职务"
,
"部门"
,
"手机号"
,
"关联状态"
,
"关联导购"
,
"成员明文userid"
);
List
<
String
>
fileList
=
Lists
.
newArrayList
(
"staffName"
,
"position"
,
"departmentName"
,
"phoneNumber"
,
"relationFlag"
,
"clerkName"
,
"wxUserId"
);
if
(
flag
){
titleList
.
add
(
"所属商户"
);
fileList
.
add
(
"enterpriseName"
);
}
//针对未升级好办独立应用的企业,导出表格增加导出字段:成员明文userid、成员加密userid、许可状态、许可激活时间、许可到期时间
if
(
enterprise
!=
null
&&
enterprise
.
getWxSecurityType
()
!=
5
){
titleList
.
add
(
"成员明文userid"
);
titleList
.
add
(
"成员加密userid"
);
titleList
.
add
(
"许可状态"
);
titleList
.
add
(
"许可激活时间"
);
titleList
.
add
(
"许可到期时间"
);
fileList
.
add
(
"wxUserId"
);
fileList
.
add
(
"wxOpenUseId"
);
fileList
.
add
(
"status"
);
fileList
.
add
(
"activeTime"
);
...
...
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