浏览代码

完善组件

tags/正式3.14.0
王宁 3 个月前
父节点
当前提交
a817d867f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      sapi/src/main/resources/mapper/component/ComponentMapper.xml

+ 1
- 1
sapi/src/main/resources/mapper/component/ComponentMapper.xml 查看文件

@@ -324,7 +324,7 @@
324 324
         <if test="params.usertype==1">
325 325
             and cs.teacherid=#{params.userid}
326 326
         </if>
327
-        group by cs.sectionid
327
+        group by cs.sectiondate
328 328
     </select>
329 329
 
330 330
     <!--教师直播-->

正在加载...
取消
保存