删除测试log

master
jiahuiwen 2020-11-18 17:00:49 +08:00
parent 7751eab642
commit e661eb0d96
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ public class GetUserController extends HttpServlet {
} }
try { try {
String banInfo = BaseGlobal.getInstance().redisApp.get(RedisKey.Ban_Open_Id, openId, String.class, -1); String banInfo = BaseGlobal.getInstance().redisApp.get(RedisKey.Ban_Open_Id, openId, String.class, -1);
LOGGER.info("doGet Ban_Open_Id=>{} openId=>{} banInfo==null ? {}", RedisKey.Ban_Open_Id, openId, banInfo==null ? null : banInfo);
if (banInfo != null) { if (banInfo != null) {
String[] split = banInfo.split("\\|"); String[] split = banInfo.split("\\|");
long currentTimeMillis = System.currentTimeMillis(); long currentTimeMillis = System.currentTimeMillis();