Commit e2ea5b13 authored by Quxl's avatar Quxl

x

parent 69a69337
...@@ -48,8 +48,8 @@ public class HouseCollectTask extends AbstractSolrApi{ ...@@ -48,8 +48,8 @@ public class HouseCollectTask extends AbstractSolrApi{
@PostConstruct @PostConstruct
public void init() { public void init() {
createIndexQuerySql = FileUtil.fileToString(createIndexQueryFilePath); createIndexQuerySql = FileUtil.fileToString(createIndexQueryFilePath);
updateIndexQuerySql = FileUtil.fileToString(deleteIndexQueryFilePath); updateIndexQuerySql = FileUtil.fileToString(updateIndexQueryFilePath);
deleteIndexQuerySql = FileUtil.fileToString(updateIndexQueryFilePath); deleteIndexQuerySql = FileUtil.fileToString(deleteIndexQueryFilePath);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment