dever 3 年之前
父節點
當前提交
85327c7542
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/shop/lib/Sell.php

+ 1 - 1
app/shop/lib/Sell.php

@@ -367,7 +367,7 @@ class Sell
             }
             }
         }
         }
 
 
-        if ($info['type'] == 10) {
+        if (isset($info['shop_id']) && $info['shop_id'] == 3) {
             $info['code'] = '';
             $info['code'] = '';
         }
         }