Commit c58de993 by 徐高华

log

parent d871d886
...@@ -388,6 +388,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -388,6 +388,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
RedisUtil.setCache(sKey, taskId); RedisUtil.setCache(sKey, taskId);
} }
} }
logger.info("删除通讯录缓存={},{}",key,taskId);
RedisUtil.delCache(key); RedisUtil.delCache(key);
} }
......
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