Commit Graph

135 Commits

Author SHA1 Message Date
gazebo
0d0e609c66 - fixed bug in ReadStore where not set lng and lat correctly. 2018-10-30 19:22:32 +08:00
gazebo
8313a52d49 - GetStores keyword support vendor_store_id. 2018-10-30 14:58:25 +08:00
gazebo
9b594702b0 - temporarily disable sync jd store delivery info because of jd bug. 2018-10-30 14:22:28 +08:00
gazebo
9b724e5789 - disable elm ReadStore. 2018-10-29 11:24:56 +08:00
gazebo
b55b2c002d - model.MaxStoreSkuStockQty = 99999 2018-10-29 08:34:22 +08:00
gazebo
8c726a98f0 - user stationNo instead of outStationNo when calling jd store sku related apis. 2018-10-28 22:38:48 +08:00
gazebo
c3399c60e1 - remove useless comment 2018-10-28 21:58:52 +08:00
gazebo
a4bb889e17 - enable jd RefreshAllStoresID 2018-10-28 21:48:39 +08:00
gazebo
40b2495f62 - use store 100119 to test OrderUseNewTable. 2018-10-28 14:19:00 +08:00
gazebo
f7df897bdb - add param isContinueWhenError for SyncStoresSkus. 2018-10-27 18:43:52 +08:00
gazebo
abd8326511 - avoid nil TaskError 2018-10-27 17:16:16 +08:00
gazebo
746502fbc3 - move some jd related constant to jdapi 2018-10-27 16:24:36 +08:00
gazebo
eac24b9a5a - SyncStoresCategory
- TaskError for json output.
2018-10-27 16:12:00 +08:00
gazebo
970e8dc7b2 - only clear sync status when SkuShopCategoryMap succeeded
- and DetailErrList for tasksch.
2018-10-27 10:22:25 +08:00
gazebo
0397729aa0 - fix bug in UpdateStore(GetRows) 2018-10-26 20:09:56 +08:00
gazebo
9a8bcd506b - add deleted_at for SyncStoreCategory 2018-10-26 15:31:09 +08:00
gazebo
6c7b9afd10 - remove RunParallelTask
- refactor partner.SyncStoreCategory.
2018-10-26 13:38:35 +08:00
gazebo
5f35965fee - refactor SyncStoreSkus, LoopStoresMap 2018-10-26 11:23:10 +08:00
gazebo
63e7c858fe - auto max StockQty when isSale true. 2018-10-25 19:01:41 +08:00
gazebo
e8c25cd2b3 - fk 2018-10-25 16:48:21 +08:00
gazebo
fc42291b08 - sku comment 2018-10-25 16:18:57 +08:00
gazebo
e4b46c9706 - check level in AddCategory.
- fix bug, jd outSystemId is string
2018-10-25 15:11:37 +08:00
gazebo
4d989c2115 - optimize jd SyncStoresSkus 2018-10-25 09:52:51 +08:00
gazebo
62ea34eb70 - fixed bug in updateStoreSkusWithoutSync 2018-10-25 08:42:49 +08:00
gazebo
442b8c6db3 - fix bug in updateStoreSkusWithoutSync 2018-10-24 20:27:22 +08:00
gazebo
508a949006 - check store_map 2018-10-24 14:54:20 +08:00
gazebo
5811d3cb68 - add parentTask. 2018-10-24 11:11:40 +08:00
gazebo
aa0b574a35 - ebai.RefreshAllStoresID 2018-10-23 22:11:28 +08:00
gazebo
93a7202423 - RefreshAllStoresID
- RefreshAllSkusID
- use new tasksch when possible(not use run directly).
2018-10-23 16:34:42 +08:00
gazebo
0d5a5189ed - big refactor tasksch 2018-10-20 15:05:02 +08:00
gazebo
850dced8a6 - comment moved from skuname to sku. 2018-10-19 14:24:13 +08:00
gazebo
507fcf16d8 - refactor basesch, move register partner to partner. 2018-10-18 21:18:38 +08:00
gazebo
294786cb4b - bug fix for many sync operation. 2018-10-18 17:13:43 +08:00
gazebo
0db0dd4ca1 - config prod2 added for another jd account.
- can disable some platform.
2018-10-18 12:07:21 +08:00
gazebo
e56eb69b09 - orderUseNewTable almost ok. 2018-10-17 16:53:01 +08:00
gazebo
9f3624c777 - orderUseNewTable except store feature related. 2018-10-17 14:28:49 +08:00
gazebo
ac76040e99 - UpdateStoresSkusSale 2018-10-16 15:01:59 +08:00
gazebo
d7b93b8bf2 - remove many useless isForce parameters.
- isSync to isAsync.
2018-10-16 11:52:40 +08:00
gazebo
d7de24715b - remove useless legacy codes.
- refactor models
2018-10-16 10:47:44 +08:00
gazebo
f5ce323114 - SyncStoresSkus UPDATE store_sku_bind. 2018-10-15 15:09:46 +08:00
gazebo
2ffb32cb51 - fk. 2018-10-15 11:03:00 +08:00
gazebo
fa42da1f25 - ebai the format of order_id of some different msgs are different. 2018-10-15 10:59:12 +08:00
gazebo
6133998e54 - no platform dependency in sync.go 2018-10-11 22:17:20 +08:00
gazebo
e1dd674d9b - CopyStoreSkus 2018-10-11 17:40:24 +08:00
gazebo
5ec12fbbf1 - fix some store to stores. 2018-10-11 16:11:48 +08:00
gazebo
9ad1e383f8 - fixed bug in calculate max parallelCount in tasksch.RunTask
- multi-task for stores in jd.SyncStoreSkus
- calculate platform price use platform price_percentage.
- GoodsOrder json StoreName.
2018-10-11 10:21:43 +08:00
gazebo
d58e03619d - (deleted_at = '1970-01-01 00:00:00' OR jd_sync_status <> 0) in jd SyncStoreSkus. 2018-10-10 18:16:38 +08:00
gazebo
b325ad7ca7 - temporarily disable log error for OrgReplyComment. 2018-10-09 18:18:25 +08:00
gazebo
a8c35c2448 - fix SelfDeliverDelievering to SelfDeliverDelivering. 2018-10-09 17:42:14 +08:00
gazebo
4203dd5b29 - use orgCommentContent to decide whether reply in onOrderComment. 2018-10-09 15:03:31 +08:00