李俊

内网迁移环境代码调整

...@@ -30,7 +30,7 @@ public class IClearApiLogService { ...@@ -30,7 +30,7 @@ public class IClearApiLogService {
30 try{ 30 try{
31 return iClearApiLogRepository.save(iClearApiLog); 31 return iClearApiLogRepository.save(iClearApiLog);
32 }catch (Exception e){ 32 }catch (Exception e){
33 - log.error("saveIClearApiLog() error:"+ e.getMessage()); 33 + log.error(e.getMessage(),e);
34 } 34 }
35 return null; 35 return null;
36 } 36 }
......