提交 eb09a8f5 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 0aac9721
......@@ -213,6 +213,7 @@ public class FgArticleLibrarySerivceImpl extends BaseServiceImpl<ArticleLibrary,
li.setIsAudio(article.getAudio() == null ? Integer.parseInt(BooleanStatusEnum.NO.getCode()) : Integer.parseInt(BooleanStatusEnum.YES.getCode()));
li.setIsVideo(article.getVideo() == null ? Integer.parseInt(BooleanStatusEnum.NO.getCode()) : Integer.parseInt(BooleanStatusEnum.YES.getCode()));
li.setNationsType_zh(NationsTypeEnum.getName(li.getNationsType()+""));
li.setIsFree(article.getPriceOption());
}
});
this.regEx(list);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论