|
@@ -86,7 +86,7 @@ public class Scene3dNumServiceImpl extends ServiceImpl<IScene3dNumMapper, Scene3
|
|
|
try {
|
|
|
Thread.sleep(2000);
|
|
|
} catch (InterruptedException e) {
|
|
|
- e.printStackTrace();
|
|
|
+ log.error("场景码加载缓存失败", e);
|
|
|
}
|
|
|
}
|
|
|
sceneNum = redisUtil.lLeftPop(RedisKey.FDKANKAN_SCENE_NUMS);
|
|
@@ -129,8 +129,7 @@ public class Scene3dNumServiceImpl extends ServiceImpl<IScene3dNumMapper, Scene3
|
|
|
try{
|
|
|
this.saveBatch(scene3dNumList);
|
|
|
}catch (Exception e){
|
|
|
- log.error("场景码插入异常!");
|
|
|
- e.printStackTrace();
|
|
|
+ log.error("场景码插入异常!",e);
|
|
|
}
|
|
|
}
|
|
|
}finally {
|