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
efe10753
Commit
efe10753
authored
Jul 27, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加企微类型字段
parent
dd8fc7ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
TabHaobanWxEnterprise.java
...c/haoban/manage/service/entity/TabHaobanWxEnterprise.java
+9
-0
QywxDeptSyncOperation.java
...gic/haoban/manage/service/task/QywxDeptSyncOperation.java
+0
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/entity/TabHaobanWxEnterprise.java
View file @
efe10753
...
@@ -87,6 +87,15 @@ public class TabHaobanWxEnterprise implements Serializable {
...
@@ -87,6 +87,15 @@ public class TabHaobanWxEnterprise implements Serializable {
*/
*/
private
Integer
externalFlag
;
private
Integer
externalFlag
;
private
Integer
useridFlag
;
private
Integer
useridFlag
;
private
Integer
wxSecurityType
;
public
Integer
getWxSecurityType
()
{
return
wxSecurityType
;
}
public
void
setWxSecurityType
(
Integer
wxSecurityType
)
{
this
.
wxSecurityType
=
wxSecurityType
;
}
public
String
getMemberSecret
()
{
public
String
getMemberSecret
()
{
return
memberSecret
;
return
memberSecret
;
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/task/QywxDeptSyncOperation.java
View file @
efe10753
...
@@ -179,7 +179,6 @@ public class QywxDeptSyncOperation implements BaseSyncOperation {
...
@@ -179,7 +179,6 @@ public class QywxDeptSyncOperation implements BaseSyncOperation {
logger
.
info
(
"第三方的通讯录={}"
,
JSON
.
toJSONString
(
this
.
qywxUserApiService
.
listDepartmentUser
(
wxInfo
.
getCorpid
(),
config
.
getWxSuiteid
(),
dataId
,
1
)))
;
logger
.
info
(
"第三方的通讯录={}"
,
JSON
.
toJSONString
(
this
.
qywxUserApiService
.
listDepartmentUser
(
wxInfo
.
getCorpid
(),
config
.
getWxSuiteid
(),
dataId
,
1
)))
;
logger
.
info
(
"第三方的通讯录={}"
,
JSON
.
toJSONString
(
this
.
qywxUserApiService
.
listDepartmentUser
(
wxInfo
.
getDkCorpid
(),
config
.
getWxSuiteid
(),
dataId
,
1
)))
;
logger
.
info
(
"第三方的通讯录={}"
,
JSON
.
toJSONString
(
this
.
qywxUserApiService
.
listDepartmentUser
(
wxInfo
.
getDkCorpid
(),
config
.
getWxSuiteid
(),
dataId
,
1
)))
;
logger
.
info
(
"第三方的通讯录={}"
,
JSON
.
toJSONString
(
this
.
qywxUserApiService
.
listDepartmentUser
(
wxInfo
.
getMemberCorpid
(),
config
.
getWxSuiteid
(),
dataId
,
1
)))
;
if
(
null
==
list
)
{
if
(
null
==
list
)
{
logger
.
info
(
"微信获取部门成员异常:{},{}"
,
taskId
,
dataId
);
logger
.
info
(
"微信获取部门成员异常:{},{}"
,
taskId
,
dataId
);
...
...
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