@@ -250,6 +250,10 @@ public class ExtendContentController extends BaseController {
return responseBean;
}
+ if (StringUtils.isEmpty(extendContent.getContentType())){
+ extendContent.setContentType("nothing");
+ }
+
if (iExtendContentService.updateById(extendContent)){
responseBean.addSuccess(extendContent);
}else {