Commit dfb513dd by 姜海波

增加超时配置

parent c7f31d59
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>assortment-ordercenter-sdk</artifactId> <artifactId>assortment-ordercenter-sdk</artifactId>
<version>1.3.2-SNAPSHOT</version> <version>1.4.1-SNAPSHOT</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
...@@ -21,4 +21,5 @@ ...@@ -21,4 +21,5 @@
| 1.2.4.RELEASE | 紧急需求 增加骑手电话 | 海波 | 2020-03-19 | | 1.2.4.RELEASE | 紧急需求 增加骑手电话 | 海波 | 2020-03-19 |
| 1.2.5.RELEASE | 满额减配送费 | dingkai | 2020-03-26 | | 1.2.5.RELEASE | 满额减配送费 | dingkai | 2020-03-26 |
| 1.2.5.RELEASE | 满额减配送费 | 海波 | 2020-03-26 | | 1.2.5.RELEASE | 满额减配送费 | 海波 | 2020-03-26 |
| 1.3.1-SNAPSHOT | 判断优化 | 丁凯 | 2020-03-27 | | 1.3.1-SNAPSHOT | 判断优化 | 丁凯 | 2020-03-27 |
\ No newline at end of file | 1.4.1-SNAPSHOT | 增加延时队列配置 | 海波 | 2020-04-07 |
\ No newline at end of file
...@@ -18,7 +18,9 @@ public enum AutoOrderConfigTime { ...@@ -18,7 +18,9 @@ public enum AutoOrderConfigTime {
half_hour("3",30), half_hour("3",30),
fifteen_minutes("4",15), fifteen_minutes("4",15),
ten_minutes("5",10), ten_minutes("5",10),
five_minutes("6",5) five_minutes("6",5),
three_minutes("7",3),
two_minutes("8",2)
; ;
private String type; private String type;
private Integer time; private Integer time;
......
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