Commit 788cd751 authored by wanghaihang's avatar wanghaihang

异常日志捕捉

parent 937d1364
......@@ -123,6 +123,7 @@ public class AppQuartzServiceImpl<T extends UserProjectRecommendEntity> extends
recommendObject.put("is_vr", project.get("is_vr"));
setCachedValue(key, recommendObject.toString(), CACHE_TIME_SECOND);
} catch (Exception e) {
e.printStackTrace();
LOGGER.error("直销人员楼盘推荐 楼盘接口无信息 楼盘id[{}] channel[{}]", recommendEntity.getProjectId(),
recommendEntity.getChannel(), e.getMessage());
}
......
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