李俊

内网迁移环境代码调整

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