Commit 5a2c9baf by 阮思源

Merge branch 'zyj-guide' into 'master'

修改,测uat

See merge request rays/pcloud-book!332
parents 5b998e60 958cbb4a
...@@ -141,7 +141,7 @@ public class BookGuideBizImpl implements BookGuideBiz { ...@@ -141,7 +141,7 @@ public class BookGuideBizImpl implements BookGuideBiz {
if (envStr.toUpperCase().equals("TEST")&&agreeAddUserDTO.getRobotWxId().equals("wxid_zus32xb5ukjn22")){ if (envStr.toUpperCase().equals("TEST")&&agreeAddUserDTO.getRobotWxId().equals("wxid_zus32xb5ukjn22")){
dto = bookGroupDao.getDTOById(1621L); dto = bookGroupDao.getDTOById(1621L);
} }
if (envStr.toUpperCase().equals("UAT")&&agreeAddUserDTO.getRobotWxId().equals("wxid_51ff9f099l9a22")){ if (envStr.toUpperCase().equals("UAT")&&agreeAddUserDTO.getRobotWxId().equals("wxid_p7gywuxkk89112")){
dto = bookGroupDao.getDTOById(449L); dto = bookGroupDao.getDTOById(449L);
} }
if (envStr.toUpperCase().equals("PRO")&&agreeAddUserDTO.getRobotWxId().equals("wxid_x8i897ryabo722")){ if (envStr.toUpperCase().equals("PRO")&&agreeAddUserDTO.getRobotWxId().equals("wxid_x8i897ryabo722")){
......
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