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

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/nutrition/view/video_classify/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_classify/form.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/nutrition/controller/VideoClassify.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/controller/VideoClassify.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -269,7 +269,7 @@
       <workItem from="1679359715116" duration="25702000" />
       <workItem from="1679532313623" duration="31448000" />
       <workItem from="1679619041819" duration="29965000" />
-      <workItem from="1679706054685" duration="6387000" />
+      <workItem from="1679706054685" duration="6478000" />
     </task>
     <servers />
   </component>

+ 1 - 0
application/nutrition/controller/VideoClassify.php

@@ -138,6 +138,7 @@ class VideoClassify extends Controller
         $pid = input('pid');
         $list = $this->_query('SeriesVideoCate')
             ->where(['is_deleted'=>0,'pid'=>$pid])
+            ->like('title')
             ->order('id desc')->page();
         $this->assign('list',$list);
         $this->fetch('');