wupengfei 1 年之前
父节点
当前提交
a171d7f99a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 2
      .idea/workspace.xml
  2. 1 0
      application/user/controller/Member.php

+ 1 - 2
.idea/workspace.xml

@@ -2,7 +2,6 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change afterPath="$PROJECT_DIR$/application/user/view/member/hx.html" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/user/controller/Member.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/controller/Member.php" afterDir="false" />
     </list>
@@ -346,7 +345,7 @@
       <workItem from="1686291607151" duration="12655000" />
       <workItem from="1686531301282" duration="5211000" />
       <workItem from="1686547377101" duration="6669000" />
-      <workItem from="1686617135399" duration="1026000" />
+      <workItem from="1686617135399" duration="1237000" />
     </task>
     <servers />
   </component>

+ 1 - 0
application/user/controller/Member.php

@@ -160,6 +160,7 @@ class Member extends Controller
     public function hx()
     {
         $query = $this->_query($this->table)->where('is_hx',1)->order('id desc')->page();
+        $this->fetch('hx');
     }