Commit Graph

225 Commits

Author SHA1 Message Date
gazebo
920c67bb6f - 因为有些平台(比如美团外卖)的定时达单,很早就创建运单了,特殊处理平台的新运单事件
- 定时达创建三方运单的逻辑与之前的有变化
2019-03-28 12:26:53 +08:00
gazebo
77d6dce549 - 定时达的拣货完成定时器应该是TimerTypeBaseNow的 2019-03-27 16:34:16 +08:00
gazebo
9a89c596d4 - 处理自配送门店非立即达订单的发运单时间问题 2019-03-27 14:32:08 +08:00
gazebo
3380d6081a - SelfDeliverDelievered to SelfDeliverDelivered 2019-03-27 11:41:02 +08:00
gazebo
51f736976d - CancelAll3rdWaybills添加isStopSchedule参数 2019-03-26 14:17:23 +08:00
gazebo
6406e26d15 - 将几个loadSavedOrderFromMap的isAutoLoad设置为true 2019-03-26 09:51:12 +08:00
gazebo
c173caaf6f - 设置美团外卖的自动拣货时间为4分钟 2019-03-25 12:04:46 +08:00
gazebo
b5135287af - 手动创建运单时要判断订单是否已经有了有效的运单 2019-03-23 21:01:03 +08:00
gazebo
a5788d5a7f - DefScheduler.IsOrderHasWaybill
- 手动创建运单时要判断订单是否已经有了有效的运单
- 手动取消运单时不做判断
2019-03-23 17:08:25 +08:00
gazebo
837395f431 - 自配送门店的PickupGoods不应调用平台相应API,模拟一个事件 2019-03-22 20:55:59 +08:00
gazebo
6cc6ee43bf - 自送订单不调用拣货完成API
- 在updateOrderStoreFeature中将order.DeliveryFlag落地
- 发送用户申请取消订单消息(当前只有饿百与京东有此事件)
2019-03-22 17:14:09 +08:00
renyutian
0ee04cdd4d - 结算初始版本 2019-03-21 16:12:54 +08:00
gazebo
9d5db6cfc9 - globals init 2019-03-21 10:19:16 +08:00
gazebo
75406c8d49 - fix globals init bug 2019-03-21 09:15:06 +08:00
gazebo
4876b7664c - 新京东到家订单事件中,顺序调用得到新订单信息与手机号(因为超过了1000个店后,只用订单号查手机号要出错)
- 在defsch中异步调用微信发消息
2019-03-20 16:30:48 +08:00
gazebo
bb01fc422b - refactor config ReallyCallPlatformAPI, ReallySendWeixinMsg and ReallyReplyComment 2019-03-15 11:09:43 +08:00
gazebo
df54ea9478 - remove duplicated cms const storeDeliveryTypeName
- change misc.Init to StartRefreshEbaiRealMobile and make it async to minimize startup time
2019-03-15 10:53:57 +08:00
gazebo
dec14126a7 - replace all goroutine and AfterFunc with recover version 2019-03-15 10:26:30 +08:00
gazebo
e5bf25bd04 - enable auto reply order comment 2019-03-15 09:49:32 +08:00
gazebo
6b7f0626b3 - 饿百的评价不是一点一点出来的,而是一下把前一天的全部崩出来。。。,相应修改定时器 2019-03-15 09:22:59 +08:00
gazebo
d602fe2fa1 - search vendor_order_id2 when orderID is specified in GetOrders 2019-03-14 16:54:13 +08:00
gazebo
1c5a431c10 - 限制差评推送时间 2019-03-14 12:27:36 +08:00
gazebo
f331557856 - fk 2019-03-14 12:13:06 +08:00
gazebo
fffb7a495b - enable new order comment 2019-03-14 12:07:59 +08:00
gazebo
227f485691 - refactor order comment 2019-03-14 09:37:48 +08:00
gazebo
c548afcd86 - fk 2019-03-13 18:28:29 +08:00
gazebo
a9501856ea - don't print warning when LoadOrder2 failed in OnOrderComments 2019-03-13 18:18:34 +08:00
gazebo
8310a0b2cf - fix bug in OrderManager.OnOrderComments 2019-03-13 18:06:29 +08:00
gazebo
14a8c58239 - 处理同一运单重复接单情况 2019-03-13 15:22:18 +08:00
gazebo
6a9067f643 - fk 2019-03-13 09:02:08 +08:00
gazebo
ccd6c7d13d - fk 2019-03-12 22:40:31 +08:00
gazebo
b41289db2d - fk 2019-03-12 22:20:36 +08:00
gazebo
aeddf01cbd - fk 2019-03-12 21:11:18 +08:00
gazebo
8ce4ee0be9 - user GetUserTag in jxcontext.Context.GetUserName 2019-03-12 17:08:41 +08:00
gazebo
3113e9d603 - replace literal 'admin' with const 2019-03-12 15:53:13 +08:00
gazebo
c46f1597f1 - refactor bad comment 2019-03-12 15:40:08 +08:00
gazebo
517f42efcd - don't warning when got strange WaybillStatusAcceptCanceled if isPending in OnWaybillStatusChanged 2019-03-08 20:38:01 +08:00
gazebo
ccf9a4d6b9 - first edition of long pulling 2019-03-05 22:35:20 +08:00
gazebo
aef4ab7348 - don't output bill not exist info 2019-03-05 19:21:29 +08:00
gazebo
39c3cd2fac - update waybill status only new status is gte the existing 2019-03-05 16:46:53 +08:00
gazebo
791c73612a - 临时处理达达平台消息错序情况 2019-03-05 14:20:06 +08:00
gazebo
10218a6d52 - 更新可能的运单状态变化在OnWaybillStatusChanged中 2019-03-05 09:10:24 +08:00
gazebo
421240ac54 - first edition of auth2 2019-03-01 17:43:17 +08:00
gazebo
9df6213532 - don't remove waybill when cancel it successfully. 2019-02-27 11:07:57 +08:00
gazebo
796567c364 - in GetOrders, if keyword looks like a orderID, then ignore other conditions. 2019-02-27 10:31:04 +08:00
gazebo
ca57997c90 - comment 2019-02-26 14:16:42 +08:00
gazebo
34c25a7639 - add API CancelAll3rdWaybills
- sync all order related APIs
2019-02-21 18:19:12 +08:00
gazebo
3d338cf441 - change according to weixinapi refactor 2019-02-21 16:37:00 +08:00
gazebo
3ea347f25e - 订单取消时,取消所有运单 2019-02-21 11:23:09 +08:00
gazebo
c18a522132 - fix bug in updateBillsInfo 2019-02-19 12:10:53 +08:00