‘linchangsheng’ 8 月之前
父節點
當前提交
47fa170378

+ 16 - 0
mall-server-api/pom.xml

@@ -200,6 +200,22 @@
             <scope>compile</scope>
         </dependency>
 
+        <!--es -->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
+            <exclusions>
+                <exclusion>
+                    <artifactId>HdrHistogram</artifactId>
+                    <groupId>org.hdrhistogram</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>httpclient</artifactId>
+                    <groupId>org.apache.httpcomponents</groupId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>easyexcel</artifactId>

+ 1 - 0
mall-server-api/src/main/java/com/gree/mall/manager/enums/workorder/OrderBaseStatusEnum.java

@@ -38,6 +38,7 @@ public enum OrderBaseStatusEnum implements BaseEnum {
     DXSSPGP("DXSSPGP","待销司审批改派"),
     DTJXSSPGP("DTJXSSPGP","待同级销司审批改派"),
     DZBSPGP("DZBSPGP","待总部审批改派"),
+    DWDPD("DWDPD","待网点派单"),
     DFZXPD("DFZXPD","待分中心派单"),
     DFZXSPGP("DFZXSPGP","待分中心审批改派"),
     GCSZT("GCSZT","工程师在途"),

+ 7 - 0
mall-server-api/src/main/resources/bootstrap-dev.properties

@@ -94,4 +94,11 @@ inf.token.appSecret=3e7iee31ub94rvvesp7266kwske7fple
 #分销商城appid
 share.mall.appid=wx21d155e8a449d9b1
 
+#elasticsearch
+spring.elasticsearch.uris=http://116.62.158.92:9200
+spring.elasticsearch.username=elastic
+spring.elasticsearch.password=zfire2022@
+spring.elasticsearch.connection-timeout=5s
+spring.elasticsearch.socket-timeout=30s
+
 

+ 8 - 1
mall-server-api/src/main/resources/bootstrap-test.properties

@@ -77,4 +77,11 @@ inf.token.appid=zfire-jsm-sxb
 inf.token.appSecret=3e7iee31ub94rvvesp7266kwske7fple
 
 #分销商城appid
-share.mall.appid=wx21d155e8a449d9b1
+share.mall.appid=wx21d155e8a449d9b1
+
+#elasticsearch
+spring.elasticsearch.uris=http://116.62.158.92:9200
+spring.elasticsearch.username=elastic
+spring.elasticsearch.password=zfire2022@
+spring.elasticsearch.connection-timeout=5s
+spring.elasticsearch.socket-timeout=30s