wuxw
2019-06-20 ad4aa3dea3554b168824e426e66bd9849e3193d4
java110-core/src/main/java/com/java110/core/base/smo/BaseServiceSMO.java
@@ -80,7 +80,7 @@
        } catch (Exception e) {
            responseEntity = new ResponseEntity<String>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR);
        } finally {
            logger.debug("请求中心服务信息,{}", responseEntity);
            logger.debug("中心服务返回信息,{}", responseEntity);
            return responseEntity;
        }