Commit e2ea5b13 authored by Quxl's avatar Quxl

x

parent 69a69337
......@@ -48,8 +48,8 @@ public class HouseCollectTask extends AbstractSolrApi{
@PostConstruct
public void init() {
createIndexQuerySql = FileUtil.fileToString(createIndexQueryFilePath);
updateIndexQuerySql = FileUtil.fileToString(deleteIndexQueryFilePath);
deleteIndexQuerySql = FileUtil.fileToString(updateIndexQueryFilePath);
updateIndexQuerySql = 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