提交 8817f10a authored 作者: xinjunguo's avatar xinjunguo

--no commit message

上级 6126a24a
......@@ -1035,7 +1035,7 @@ public class FgResourceLibraryController {
if(redis.isExistMember()){
SearchHistory searchHistory = new SearchHistory();
searchHistory.setContent(ch[i]);
if(form.getResourceType() != null){
if(form.getResourceType() != null && form.getResourceType() == 9){
searchHistory.setResourceType(9);
}
fgSearchHistoryService.saveOrUpdateRecord(searchHistory);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论