- remove some comment

This commit is contained in:
gazebo
2018-12-04 20:23:22 +08:00
parent 0d9bb63161
commit 160ac2dd83
3 changed files with 6 additions and 2 deletions

View File

@@ -766,7 +766,7 @@ func RefreshJdStoreSkuStock(promotionID int, skuIDs []int) (err error) {
StockQty: model.MaxStoreSkuStockQty,
})
}
globals.SugarLogger.Debugf("RefreshJdStoreSkuStock BatchUpdateCurrentQtys stationNo:%s, stockList:%s", stationNo, utils.Format4Output(stockList, false))
// globals.SugarLogger.Debugf("RefreshJdStoreSkuStock BatchUpdateCurrentQtys stationNo:%s, stockList:%s", stationNo, utils.Format4Output(stockList, false))
_, err = api.JdAPI.BatchUpdateCurrentQtys("", stationNo, stockList, userName)
if err != nil {
globals.SugarLogger.Warnf("RefreshJdStoreSkuStock BatchUpdateCurrentQtys failed with error:%v", err)