Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
徐少华
midjourney-proxy
Commits
29431a55
Commit
29431a55
authored
Feb 06, 2020
by
阮思源
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-addwxId' into 'master'
UAT加个小号 See merge request rays/pcloud-book!353
parents
31cc4c83
e191aba4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
BookKeywordBizImpl.java
...com/pcloud/book/keywords/biz/impl/BookKeywordBizImpl.java
+3
-3
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/keywords/biz/impl/BookKeywordBizImpl.java
View file @
29431a55
...
@@ -536,7 +536,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
...
@@ -536,7 +536,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
&&
new
Long
(
1621L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())){
&&
new
Long
(
1621L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())){
pushIdCard
=
true
;
pushIdCard
=
true
;
}
}
if
(
envStr
.
toUpperCase
().
equals
(
"UAT"
)&&
robotId
.
equals
(
"wxid_51ff9f099l9a22"
)
if
(
envStr
.
toUpperCase
().
equals
(
"UAT"
)&&
(
robotId
.
equals
(
"wxid_51ff9f099l9a22"
)||
robotId
.
equals
(
"wxid_fadtd2q58njx12"
)
)
&&
new
Long
(
449L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())){
&&
new
Long
(
449L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())){
pushIdCard
=
true
;
pushIdCard
=
true
;
}
}
...
@@ -562,7 +562,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
...
@@ -562,7 +562,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
&&
new
Long
(
1621L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())){
&&
new
Long
(
1621L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())){
wxGroupId
=
"19066199642@chatroom"
;
wxGroupId
=
"19066199642@chatroom"
;
}
}
if
(
envStr
.
toUpperCase
().
equals
(
"UAT"
)&&
robotId
.
equals
(
"wxid_51ff9f099l9a22"
)
if
(
envStr
.
toUpperCase
().
equals
(
"UAT"
)&&
(
robotId
.
equals
(
"wxid_51ff9f099l9a22"
)||
robotId
.
equals
(
"wxid_fadtd2q58njx12"
)
)
&&
new
Long
(
449L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())){
&&
new
Long
(
449L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())){
wxGroupId
=
""
;
wxGroupId
=
""
;
}
}
...
@@ -582,7 +582,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
...
@@ -582,7 +582,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
}
}
}
else
{
}
else
{
if
(!((
envStr
.
toUpperCase
().
equals
(
"TEST"
)
&&
sendTextDTO
.
getWxId
().
equals
(
"wxid_zus32xb5ukjn22"
)
&&
new
Long
(
1621L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
()))
if
(!((
envStr
.
toUpperCase
().
equals
(
"TEST"
)
&&
sendTextDTO
.
getWxId
().
equals
(
"wxid_zus32xb5ukjn22"
)
&&
new
Long
(
1621L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
()))
||
(
envStr
.
toUpperCase
().
equals
(
"UAT"
)
&&
sendTextDTO
.
getWxId
().
equals
(
"wxid_51ff9f099l9a22"
)
&&
new
Long
(
449L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
()))
||
(
envStr
.
toUpperCase
().
equals
(
"UAT"
)
&&
(
sendTextDTO
.
getWxId
().
equals
(
"wxid_51ff9f099l9a22"
)||
sendTextDTO
.
getWxId
().
equals
(
"wxid_fadtd2q58njx12"
)
)
&&
new
Long
(
449L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
()))
||
(
envStr
.
toUpperCase
().
equals
(
"PRO"
)
&&
sendTextDTO
.
getWxId
().
equals
(
"wxid_x8i897ryabo722"
)
&&
new
Long
(
23735L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())))){
||
(
envStr
.
toUpperCase
().
equals
(
"PRO"
)
&&
sendTextDTO
.
getWxId
().
equals
(
"wxid_x8i897ryabo722"
)
&&
new
Long
(
23735L
).
equals
(
bookGroupCipherUser
.
getBookGroupId
())))){
BookGroup
bookGroup
=
bookGroupDao
.
getByShortBookName
(
content
);
BookGroup
bookGroup
=
bookGroupDao
.
getByShortBookName
(
content
);
Boolean
isActivityKeyword
=
readingActivityBiz
.
isKeyWord
(
sendTextDTO
);
Boolean
isActivityKeyword
=
readingActivityBiz
.
isKeyWord
(
sendTextDTO
);
...
...
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