日志打印

release
wangzhikun 2 years ago
parent 7bccc97b7f
commit be2bcd3dbb
  1. 1
      order-management-consumer/src/main/java/com/dxhy/order/consumer/openapi/api/InvoiceOpenGateRestApi.java

@ -105,6 +105,7 @@ public class InvoiceOpenGateRestApi {
log.info("{}-业务处理结果:{},接口耗时为:{}", LOGGER_MESSAGE_V6, resultString, endTime - startTime);
} catch (Exception e) {
e.printStackTrace();
log.error("{}-处理业务出现异常,异常原因为:{}", LOGGER_MESSAGE_V6, e.getMessage());
PoCommonResponseParam poCommonResponseParam = new PoCommonResponseParam();
EsOutput esOutput = new EsOutput();

Loading…
Cancel
Save