Commit 29d234c4 authored by suhuiguang's avatar suhuiguang

1.漏提交代码

parent c576d50d
......@@ -1308,12 +1308,6 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
result.setTotal(totle);
} catch (IOException e) {
throw new RuntimeException(e);
} finally {
try {
restHighLevelClient.close();
} catch (IOException e) {
throw new RuntimeException(e);
}
}
return result;
}
......
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