fixbug 资源保存描述有误
This commit is contained in:
@@ -105,7 +105,7 @@ public class SourceServiceImpl extends ServiceImpl<SourceMapper, Source> impleme
|
||||
source.setDetail(sourceWriteForm.getSubContent());
|
||||
source.setSourceContent(CovertEmojStr.coverStr(sourceWriteForm.getContent()));
|
||||
String s = ContentUtil.toTextContentFromWangEdit(CovertEmojStr.coverStr(sourceWriteForm.getContentJson()));
|
||||
sourceWriteForm.setContentJson(s);
|
||||
source.setContentJson(s);
|
||||
source.setSourceType(sourceWriteForm.getSourceType());
|
||||
source.setSourceLink(fileLink);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user