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 247 public boolean callback(String contentId, String msg, Integer state, String userId, String updater) {
248 248 boolean success = true;
249 249 ShyContent content = shyContentMapper.selectByPrimaryKey(Integer.parseInt(contentId));
250   - logger.info("contentId:{},content:{}",contentId,content.toString());
  250 + logger.info("contentId:{},content:{}",contentId,content);
251 251 JSONObject result = new JSONObject();
252 252 try {
253 253 if (CommonUtils.isNotEmpty(content.getContent_tag()) && "content".equals(content.getContent_tag())) {
... ...