Commit abe4a109 by 姜海波

增加延时队列选项 2 3 分钟

parent 23cb2cc9
...@@ -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.2.7.RELEASE</version> <version>1.2.8.RELEASE</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.2.7.RELEASE | 判断优化 | 丁凯 | 2020-04-03 | | 1.2.7.RELEASE | 判断优化 | 丁凯 | 2020-04-03 |
\ No newline at end of file | 1.2.8.RELEASE | 增加延时队列 | 海波 | 2020-04-13 |
\ 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