소스 검색

装扮商城上架调整

zhangxiaobin 2 년 전
부모
커밋
15ec8f5559
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/api/controller/Attire.php

+ 1 - 0
application/api/controller/Attire.php

@@ -34,6 +34,7 @@ class Attire extends Api
         // 获取基本信息
         $where = [];
         $where["type"] = $type;
+        $where["is_show"] = 1;
         $attireList = $this->attireModel->where($where)->limit($pageStart,$pageNum)->select();
         if($attireList) {
             foreach($attireList as $k => $v) {