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
98def3b4
Commit
98def3b4
authored
Sep 01, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余字段
parent
e1878dfb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
22 deletions
+3
-22
WxEnterpriseQwDTO.java
...java/com/gic/haoban/manage/api/dto/WxEnterpriseQwDTO.java
+3
-20
WxEnterpriseServiceImpl.java
.../manage/service/service/impl/WxEnterpriseServiceImpl.java
+0
-2
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/WxEnterpriseQwDTO.java
View file @
98def3b4
...
@@ -10,35 +10,18 @@ public class WxEnterpriseQwDTO implements Serializable {
...
@@ -10,35 +10,18 @@ public class WxEnterpriseQwDTO implements Serializable {
private
String
wxEnterpriseId
;
private
String
wxEnterpriseId
;
// 好办 助手
// 好办 助手
private
String
dkCorpid
;
private
String
dkCorpid
;
private
String
dkSuiteId
;
// 会员小程序dk
// 会员小程序dk
private
String
memberCorpid
;
private
String
memberCorpid
;
private
String
memberSuiteId
;
// 第三方
// 第三方
private
String
thirdCorpid
;
private
String
thirdCorpid
;
// 第三方使用的加密的userid
// 第三方使用的加密的userid
public
boolean
needOpenUserId3th
()
{
public
boolean
needOpenUserId3th
()
{
return
this
.
wxSecurityType
==
2
||
this
.
wxSecurityType
==
3
;
return
this
.
wxSecurityType
==
2
||
this
.
wxSecurityType
==
3
;
}
}
public
boolean
needOpenUserIdDk
()
{
return
this
.
wxSecurityType
==
2
||
this
.
wxSecurityType
==
4
;
}
public
String
getDkSuiteId
()
{
return
dkSuiteId
;
}
public
String
getMemberSuiteId
()
{
public
boolean
needOpenUserIdDk
()
{
return
memberSuiteId
;
return
this
.
wxSecurityType
==
2
||
this
.
wxSecurityType
==
4
;
}
public
void
setDkSuiteId
(
String
dkSuiteId
)
{
this
.
dkSuiteId
=
dkSuiteId
;
}
public
void
setMemberSuiteId
(
String
memberSuiteId
)
{
this
.
memberSuiteId
=
memberSuiteId
;
}
}
public
int
getWxSecurityType
()
{
public
int
getWxSecurityType
()
{
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/impl/WxEnterpriseServiceImpl.java
View file @
98def3b4
...
@@ -70,10 +70,8 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
...
@@ -70,10 +70,8 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
qw
.
setThirdCorpid
(
app
.
getCorpid
());
qw
.
setThirdCorpid
(
app
.
getCorpid
());
}
else
if
(
appType
.
equals
(
3
))
{
}
else
if
(
appType
.
equals
(
3
))
{
qw
.
setDkCorpid
(
app
.
getCorpid
());
qw
.
setDkCorpid
(
app
.
getCorpid
());
qw
.
setDkSuiteId
(
app
.
getSiteId
());
}
else
if
(
appType
.
equals
(
4
))
{
}
else
if
(
appType
.
equals
(
4
))
{
qw
.
setMemberCorpid
(
app
.
getCorpid
());
qw
.
setMemberCorpid
(
app
.
getCorpid
());
qw
.
setMemberSuiteId
(
app
.
getSiteId
());
}
}
});
});
}
}
...
...
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