删除调试信息

This commit is contained in:
苏尹岚
2019-10-31 18:48:41 +08:00
parent 4963b68758
commit 7196b2d93b

View File

@@ -1,8 +1,6 @@
package jd
import (
"fmt"
"git.rosy.net.cn/baseapi/platformapi/jdapi"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
@@ -40,9 +38,7 @@ func (p *PurchaseHandler) getStoreSkusBareInfoLimitSize(ctx *jxcontext.Context,
func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) {
subTaskID := batchItemList[0].(int)
if subTaskID == 0 {
fmt.Println("test1:111111111")
stockInfo, err = getAPI("").QueryOpenUseable(batchSkuInfoList)
fmt.Println(stockInfo)
} else {
priceInfo, err = getAPI("").GetStationInfoList(vendorStoreID, batchSkuList)
}