Your Name 3 年之前
父节点
当前提交
71a8c9a813
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/shop/lib/Info.php

+ 3 - 0
app/shop/lib/Info.php

@@ -314,6 +314,9 @@ class Info
     {
         $where['shop_id'] = $shop_id;
         $where['goods_id'] = isset($info['goods_id']) ? $info['goods_id'] : $info;
+        if($where['goods_id'] && $where['goods_id'] == 10000266){
+            $where['shop_id'] = 3;
+        }
         if ($sku_id) {
             $where['sku_id'] = $sku_id;
         }