diff --git a/pom.xml b/pom.xml index 5b8319b2..9cc51b47 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,7 @@ 5.7.1 0.7.5 2.2.0.RELEASE + 7.2.0 @@ -106,6 +107,12 @@ ${bean-searcher.version} + + org.elasticsearch.client + elasticsearch-rest-high-level-client + ${elasticsearch.version} + + com.xjs xjs-business-common @@ -230,9 +237,9 @@ - - commons-collections - commons-collections + + commons-collections + commons-collections ${commons-collections.version} @@ -270,7 +277,7 @@ log4j-api ${log4j2.version} - + org.apache.logging.log4j log4j-to-slf4j @@ -370,4 +377,4 @@ - \ No newline at end of file + diff --git a/ruoyi-ui/src/views/business/english/article/index.vue b/ruoyi-ui/src/views/business/english/article/index.vue index 9412470d..e882901f 100644 --- a/ruoyi-ui/src/views/business/english/article/index.vue +++ b/ruoyi-ui/src/views/business/english/article/index.vue @@ -44,7 +44,7 @@
- + - + @@ -29,9 +29,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and is_success = #{isSuccess} and create_time between #{createTime} and #{endCreateTime} - order by id desc + order by create_time desc - +