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

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

@@ -74,6 +74,9 @@ class Info
         if ($price_type) {
             $where['price_type'] = $price_type;
         }
+
+        $where['status'] = 1;
+        $where['state'] = 1;
         
         $data = Dever::db($table)->$method($where);