瀏覽代碼

no message

lvhao 1 月之前
父節點
當前提交
fa720e158e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Shop.php

+ 1 - 1
core/CoreApp/controllers/Shop.php

@@ -60,7 +60,7 @@ class Shop extends Start_Controller {
 			if(!empty($type)){
 				$where  .= " and type = ".$type." ";
 			}
-			if($status === 0 || $status == 1){
+			if($status == 0 || $status == 1){
 				$where  .= " and status = ".$status." ";
 			}
             if(empty($page))