Commit 8a245407 by ddx

e

parent 3a42f11b
...@@ -43,8 +43,7 @@ public class TkTokenLogServiceImpl implements TkTokenLogService{ ...@@ -43,8 +43,7 @@ public class TkTokenLogServiceImpl implements TkTokenLogService{
tokenLog.setTaxRequestId(token.getRequestId()); tokenLog.setTaxRequestId(token.getRequestId());
tokenLogMapper.insert(tokenLog); tokenLogMapper.insert(tokenLog);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); logger.error(uuId + " saveTokenLog is error! ", e);
logger.error(uuId + " saveTokenLog is error! " + 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