Commit e985d343745c25154e9f0acf176272b1740cf271

Authored by 宋亚南
1 parent 17aebda9

update

src/main/java/com/cnlive/shenhe/service/serviceImpl/ContentServiceImpl.java
... ... @@ -259,6 +259,7 @@ public class ContentServiceImpl implements ContentService {
259 259 boolean success = true;
260 260 ShyContent content = shyContentMapper.selectByPrimaryKey(Integer.parseInt(contentId));
261 261 logger.info("contentId:{},content:{}", contentId, content);
  262 + logger.info(contentId+"审核状态:"+state+"审核意见:"+msg);
262 263 if ("00001".equals(userId)) {
263 264 if (content != null && content.getShenhe_type() == 3) {
264 265 logger.error("图文审核回调成功但已人工处理,图文id:{}", content.getId());
... ...