Commit Graph

104 Commits

Author SHA1 Message Date
gazebo
5e3bd659c9 - cms.GetStoresSkus 2019-04-15 14:33:22 +08:00
gazebo
358257c70d - 商品如果下架,查询门店商品时,只有关注且可售的才会返回 2019-04-09 09:52:29 +08:00
gazebo
fb9ee37ecd - 复制门店商品时,LEFT JOIN写成JOIN了 2019-04-09 09:17:53 +08:00
gazebo
ef05d85fc2 - 梳理TIMER,去除TimerTypeBaseExpectedDeliveredTime 2019-03-31 15:46:41 +08:00
gazebo
da6a532d09 - GetStoreSkus中要求SKUNAME与SKU的状态是可售才返回 2019-03-26 11:35:31 +08:00
gazebo
679b8c7dff - 限制商品价格最低为1分
- 门店商品复制后添加SyncFlagSaleMask
2019-03-25 16:30:14 +08:00
gazebo
8789c158f4 - 在CopyStoreSkus中,修改已有门店商品时,不判断SKU与SKUNAME是否删除 2019-03-24 11:35:33 +08:00
gazebo
495b241caa - CopyStoreSkus中,更新已有记录时,不应设置为SyncFlagNewMask状态 2019-03-24 11:29:31 +08:00
gazebo
7926baf59b - CopyStoreSkus中,当前源与目标相同时,不应该设置状态为new 2019-03-22 17:41:47 +08:00
gazebo
780b17009b - fk 2019-03-13 15:19:30 +08:00
gazebo
be8d7fc110 - fk 2019-03-13 15:13:05 +08:00
gazebo
9266534bab - fk 2019-03-13 14:52:22 +08:00
gazebo
5801a0c5e9 - fix return value for update store sku apis 2019-03-13 14:47:15 +08:00
gazebo
23a0abe1d3 - return task id for update store sku series apis 2019-03-13 14:33:35 +08:00
gazebo
f8a488f1a4 - add param isAsync and isContinueWhenError for update store sku serial apis 2019-03-13 11:45:59 +08:00
gazebo
9a071dcbbe - param isBySku added for GetStoreSkus 2019-03-08 09:22:36 +08:00
gazebo
e47542dda0 - SELECT FOR UPDATE 4 updateStoresSkusWithoutSync 2019-03-01 10:23:07 +08:00
gazebo
b6481bd4f0 - fix bug in CopyStoreSkus 2019-02-22 15:38:36 +08:00
gazebo
154f2b4d65 - handle wsc_sync_status in CopyStoreSkus 2019-02-21 17:44:56 +08:00
gazebo
a3308c433e - set UnitPrice in updateStoresSkusWithoutSync when focus a skuName 2019-02-14 18:04:50 +08:00
gazebo
a2fe9d8519 - fix bug in GetStoreSkus when store sku is not focused. 2019-01-28 15:10:21 +08:00
gazebo
9f6d96f912 - return platform id and sync status in GetStore 2019-01-25 17:57:50 +08:00
gazebo
fb894c94f8 - don't limit sku status in GetStoreSkus
- add deleted_at limit for some func
2019-01-23 15:22:50 +08:00
gazebo
7d1f0e294d - first edition of weimob wsc. 2019-01-18 09:56:19 +08:00
gazebo
b4905475aa - fix ORDER BY 1 DESC bug in GetStoreOpRequests 2019-01-14 14:16:33 +08:00
gazebo
05cc70c435 - GetStoreOpRequests ORDER BY 1 DESC 2019-01-14 09:32:07 +08:00
gazebo
7902af7057 - handle len(allBinds) == 0 in updateStoresSkusWithoutSync 2019-01-12 11:03:42 +08:00
gazebo
bffc72f751 - refactor cms.UpdateStoreSkus 2019-01-07 17:54:07 +08:00
gazebo
d2a05614b2 - fix bug in shouldPendingStorePriceChange(weixin.LoginTypeMiniProgram) 2018-12-29 09:34:38 +08:00
gazebo
7cc9486570 - save original price when accepted or rejected. 2018-12-24 16:40:04 +08:00
gazebo
7852d4da9b - fix bug in getStoreOpRequestsInfo 2018-12-24 16:11:32 +08:00
gazebo
cf0e21ea96 - fix bug in shouldPendingStorePriceChange 2018-12-24 14:43:32 +08:00
gazebo
dffa68612e - add changePriceType to model.Store
- send weixin msg when op request handled.
2018-12-24 11:59:29 +08:00
gazebo
c26ac82d72 - debug output params info after filterStorePriceChange in updateStoresSkusWithoutSync 2018-12-24 09:18:11 +08:00
gazebo
3492d40874 - price change request can be cancled by set the req price to the same as online
- if the req price is same as online, ignore it
2018-12-22 11:51:36 +08:00
gazebo
7afc8228a6 - fix remark bug. 2018-12-21 14:03:59 +08:00
gazebo
c5777f6019 - return remark in GetStoreOpRequests 2018-12-21 13:54:09 +08:00
gazebo
acb073cb92 - use MAX instead of AVG in GetStoreOpRequests for unitPrice 2018-12-21 10:56:30 +08:00
gazebo
28589c6995 - add StoreOpRequestInfo.UnitPrice. 2018-12-21 10:50:06 +08:00
gazebo
a4b0a95667 - change return type to PagedInfo for GetStoreOpRequests 2018-12-21 10:41:28 +08:00
gazebo
ae9bc84921 - add PendingUnitPrice and PendingOpType in GetStoreSkus result, when param isGetOpRequest is true
- fix some API result to lower camel case
2018-12-20 21:35:27 +08:00
gazebo
0750f831c4 - debug fakeboss token added. 2018-12-20 17:30:43 +08:00
gazebo
45bb776ac9 - skuIDs and nameIDs for GetStoreSkus 2018-12-20 16:05:18 +08:00
gazebo
5119791de2 - pending store op price change request. 2018-12-20 15:54:48 +08:00
gazebo
6c38663d91 - stToToCount 2018-11-29 18:11:07 +08:00
gazebo
891766b55b - GetStoreSkus handle zero 2018-11-29 17:51:09 +08:00
gazebo
698e3267a8 - avoid nameIDs is nil in checkStoresSkusSaleCity 2018-11-29 17:02:35 +08:00
gazebo
8b7962f19e - GetStoreSkus support manually pages 2018-11-29 15:39:35 +08:00
gazebo
d9d10c1755 - GetStoresSkusSaleInfo 2018-11-29 13:14:02 +08:00
gazebo
a2a85b091b - check sale city in updateStoresSkusWithoutSync(use checkStoresSkusSaleCity) 2018-11-29 10:30:32 +08:00