wupengfei 2 年 前
コミット
2612ed55d6
2 ファイル変更3 行追加8 行削除
  1. 2 7
      .idea/workspace.xml
  2. 1 1
      application/nutrition/controller/VideoComment.php

+ 2 - 7
.idea/workspace.xml

@@ -2,12 +2,7 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change afterPath="$PROJECT_DIR$/application/nutrition/controller/VideoComment.php" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/nutrition/view/video_comment/form.html" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/nutrition/view/video_comment/index.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/api/controller/VideoDemand.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/VideoDemand.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/nutrition/view/video_url/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_url/index.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/nutrition/controller/VideoComment.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/controller/VideoComment.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -186,7 +181,7 @@
       <workItem from="1660697982291" duration="9650000" />
       <workItem from="1660730926670" duration="1018000" />
       <workItem from="1660783282150" duration="17421000" />
-      <workItem from="1660870368036" duration="3676000" />
+      <workItem from="1660870368036" duration="3763000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/nutrition/controller/VideoComment.php

@@ -39,7 +39,7 @@ class VideoComment extends Controller
         $sel_where[] = ['url_id','=',$this->url_id];
         $query = $this->_query($this->table)->alias('c')
             ->field('c.*,u.name,u.headimg')
-            ->leftJoin("User u",'u.id = c.user_id')
+            ->leftJoin("store_member u",'u.id = c.user_id')
             ->where($sel_where)->order('id desc')->page();
     }