Commit 29431a55 by 阮思源

Merge branch 'feat-addwxId' into 'master'

UAT加个小号

See merge request rays/pcloud-book!353
parents 31cc4c83 e191aba4
...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment