wupengfei %!s(int64=2) %!d(string=hai) anos
pai
achega
20187a1c3a
Modificáronse 2 ficheiros con 3 adicións e 4 borrados
  1. 2 3
      .idea/workspace.xml
  2. 1 1
      application/api/controller/Video.php

+ 2 - 3
.idea/workspace.xml

@@ -3,8 +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/operate/controller/PressReport.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/PressReport.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/view/press_report/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/press_report/form.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/api/controller/Video.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Video.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -200,7 +199,7 @@
       <workItem from="1670201125142" duration="9015000" />
       <workItem from="1670287594399" duration="11535000" />
       <workItem from="1670461023846" duration="27678000" />
-      <workItem from="1670547445908" duration="5120000" />
+      <workItem from="1670547445908" duration="5240000" />
     </task>
     <servers />
   </component>

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

@@ -1102,7 +1102,7 @@ class Video extends Base
         $sel_where[]  = ['i.user_id','=',$this->user_id];
         $list = VideoComment::where($sel_where)
             ->alias('t')
-            ->field('t.id,t.create_at,t.video_id,t.video_id,t.lev,t.content,i.title,i.cover,i.ali_vid,u.name user_name,u.headimg,i.duration')
+            ->field('t.id,t.create_at,t.video_id,t.url_id,t.lev,t.content,i.title,i.cover,i.ali_vid,u.name user_name,u.headimg,i.duration')
             ->leftJoin('VideoUrl i','t.url_id = i.id')
             ->leftJoin('store_member u','t.user_id = u.id')
             ->order('t.id desc')