Commit 44f750af by 邹磊浩

修改代码

parent 9288cb39
...@@ -79,16 +79,16 @@ public class InsertTestOrderTask { ...@@ -79,16 +79,16 @@ public class InsertTestOrderTask {
public static Map<Integer, Integer> orderNumMap = new HashMap<>(); public static Map<Integer, Integer> orderNumMap = new HashMap<>();
static { static {
//上海 // //上海
orderNumMap.put(5, 53); // orderNumMap.put(5, 53);
//北京 //北京
orderNumMap.put(15, 50); orderNumMap.put(15, 50);
//杭州 // //杭州
orderNumMap.put(14, 48); // orderNumMap.put(14, 48);
//合肥 //合肥
orderNumMap.put(17, 32); orderNumMap.put(17, 32);
//长沙 // //长沙
orderNumMap.put(18, 38); // orderNumMap.put(18, 38);
//贵阳 //贵阳
orderNumMap.put(19, 25); orderNumMap.put(19, 25);
//西安 //西安
......
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