Commit b30d91235aa3c9828949d1a3b588f846b82634f5

Authored by 王言钊
1 parent 3a1e601a

调试bug4

src/main/java/com/cnlive/shenhe/serviceImpl/ContentServiceImpl.java
@@ -247,7 +247,7 @@ public class ContentServiceImpl { @@ -247,7 +247,7 @@ public class ContentServiceImpl {
247 public boolean callback(String contentId, String msg, Integer state, String userId, String updater) { 247 public boolean callback(String contentId, String msg, Integer state, String userId, String updater) {
248 boolean success = true; 248 boolean success = true;
249 ShyContent content = shyContentMapper.selectByPrimaryKey(Integer.parseInt(contentId)); 249 ShyContent content = shyContentMapper.selectByPrimaryKey(Integer.parseInt(contentId));
250 - logger.info("contentId:{},content:{}",contentId,content.toString()); 250 + logger.info("contentId:{},content:{}",contentId,content);
251 JSONObject result = new JSONObject(); 251 JSONObject result = new JSONObject();
252 try { 252 try {
253 if (CommonUtils.isNotEmpty(content.getContent_tag()) && "content".equals(content.getContent_tag())) { 253 if (CommonUtils.isNotEmpty(content.getContent_tag()) && "content".equals(content.getContent_tag())) {