Commit 1ae99aec authored by gaoyingwei's avatar gaoyingwei

修改 内容审核

parent aedce246
......@@ -79,7 +79,7 @@ public class OpmArticleServiceImpl extends ServiceImpl<OpmArticleRepository, Opm
String url = cyFileStorageService.getOssUrl((Integer)id);
CensorResult imgResult = contentCensorService.getImageCensorResult(url);
if (!imgResult.getIsPass())
msg.add(result.getErrorMsg());
msg.add(imgResult.getErrorMsg());
flag = flag && imgResult.getIsPass();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment