@@ -544,7 +544,9 @@ class OnlineDataRequest(object):
if goods_title == "":
continue
goods_price = goods_data.get("商品价格", 0)
- if goods_title == 0:
+ if goods_price == '':
+ goods_price = 0
+ if goods_price == 0:
skuList = []
itemImageInfoList = []