wupengfei 2 年之前
父節點
當前提交
af19ac4c26
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/api/controller/Article.php

+ 1 - 1
.idea/workspace.xml

@@ -253,7 +253,7 @@
       <workItem from="1678236784872" duration="19064000" />
       <workItem from="1678322422199" duration="23277000" />
       <workItem from="1678410737283" duration="21226000" />
-      <workItem from="1678495559564" duration="7745000" />
+      <workItem from="1678495559564" duration="18324000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/api/controller/Article.php

@@ -1351,7 +1351,7 @@ class Article extends Base
     {
         $sel_where  = [];
         $sel_where[] = ['p.user_id','=',$this->user_id];
-        $sel_where[] = ['p.type','=',2];
+        $sel_where[] = ['p.type','=',3];
         $sel_where[] = ['p.switch_value','=',1];
         $field = 'p.id,p.switch_id as article_id,p.create_at,a.title,a.total_sequel';
         $list  = PlatformSwitch::field($field)