浏览代码

装扮商城上架调整

zhangxiaobin 1 年之前
父节点
当前提交
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) {