From 71bc98161c605c585fb9fd62ae84a735a3650e8b Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 17 七月 2019 21:41:10 +0800
Subject: [PATCH] 服务绑定开发选择服务环节
---
CommentService/src/main/java/com/java110/comment/smo/impl/CommentServiceSMOImpl.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/CommentService/src/main/java/com/java110/comment/smo/impl/CommentServiceSMOImpl.java b/CommentService/src/main/java/com/java110/comment/smo/impl/CommentServiceSMOImpl.java
index 17d01e8..45dab90 100644
--- a/CommentService/src/main/java/com/java110/comment/smo/impl/CommentServiceSMOImpl.java
+++ b/CommentService/src/main/java/com/java110/comment/smo/impl/CommentServiceSMOImpl.java
@@ -17,6 +17,8 @@
import com.java110.entity.center.DataFlowLinksCost;
import com.java110.entity.center.DataFlowLog;
import com.java110.event.service.BusinessServiceDataFlowEventPublishing;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@@ -31,6 +33,7 @@
@Transactional
public class CommentServiceSMOImpl extends BaseServiceSMO implements ICommentServiceSMO {
+ private final static Logger logger = LoggerFactory.getLogger(CommentServiceSMOImpl.class);
@Override
public JSONObject service(BusinessServiceDataFlow businessServiceDataFlow) throws SMOException {
--
Gitblit v1.8.0