- 银行列表更新
This commit is contained in:
@@ -17,7 +17,7 @@ type DefSingleStorePlatform struct {
|
||||
|
||||
func (p *DefSingleStorePlatform) DeleteStoreAllSkus(ctx *jxcontext.Context, parentTask tasksch.ITask, storeID int, vendorStoreID string, isContinueWhenError bool) (err error) {
|
||||
skuNameList, err := p.GetStoreSkusFullInfo(ctx, parentTask, storeID, vendorStoreID, nil)
|
||||
if err != nil {
|
||||
if err != nil || len(skuNameList) == 0 {
|
||||
return err
|
||||
}
|
||||
storeStoreList := make([]*partner.StoreSkuInfo, len(skuNameList))
|
||||
|
||||
Reference in New Issue
Block a user