!210 营养知识模块优化

Merge pull request !210 from 德仔/xzj
This commit is contained in:
德仔
2021-04-17 18:13:49 +08:00
committed by Gitee
3 changed files with 182 additions and 35 deletions

View File

@ -33,7 +33,6 @@ public class SysNutritionQuestionServiceImpl implements ISysNutritionQuestionSer
@Value("${lucene.index.nutritionQuestion}")
public String index_path;
//private static final String index_path = "";
//建立索引的字段名称
public static final String[] index_field_array = {"id", "title", "content", "key"};