Commit bcb1f895db588710cc07812ce7de695aeacc1a09

Authored by 王言钊
2 parents 1f25fe54 3a1e601a

Merge branch 'dev'

src/main/java/com/cnlive/shenhe/serviceImpl/ContentServiceImpl.java
@@ -247,6 +247,7 @@ public class ContentServiceImpl { @@ -247,6 +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 JSONObject result = new JSONObject(); 251 JSONObject result = new JSONObject();
251 try { 252 try {
252 if (CommonUtils.isNotEmpty(content.getContent_tag()) && "content".equals(content.getContent_tag())) { 253 if (CommonUtils.isNotEmpty(content.getContent_tag()) && "content".equals(content.getContent_tag())) {