소스 검색

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

wufeng 2 년 전
부모
커밋
6c7e1ccfc1
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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();