Sfoglia il codice sorgente

Merge branch 'dev_wf' of wugg/phpstock into version1.5

wufeng 2 anni fa
parent
commit
6c7e1ccfc1
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      app/command/handleYzOrderData.php

+ 1 - 2
app/command/handleYzOrderData.php

@@ -37,8 +37,7 @@ class handleYzOrderData extends Command
 
                 //判断价格是否符合系统售价
                 $platform_yz_info = Db::name('platform_youzan')
-                    ->alias('pyz')
-                    ->field('id,sale_price,platform_id,p.platform_name')
+                    ->field('id,sale_price,platform_id')
                     ->where(['skuCode' => $c_data['skuCode'], 'is_del' => 0])
                     ->findOrEmpty();