Browse Source

上传第三方问题

rambo 3 months ago
parent
commit
04b51f2fed
1 changed files with 3 additions and 1 deletions
  1. 3 1
      python/service/online_request/module_online_data.py

+ 3 - 1
python/service/online_request/module_online_data.py

@@ -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:
                     continue
                 skuList = []
                 itemImageInfoList = []