@@ -117,8 +117,8 @@ public class NewsController extends BaseController {
}
- // 1 6
- if (newsInfo.getType() == 1 || newsInfo.getType() == 6) {
+ // 6
+ if (newsInfo.getType() == 6) {
if (StringUtil.isEmpty(newsInfo.getContent())) {
return failed("内容不能为空");