Commit 44f750af by 邹磊浩

修改代码

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