2 次代码提交 221041f6bb ... 243fba20e2

作者 SHA1 备注 提交日期
  yfh 243fba20e2 Merge remote-tracking branch 'origin/master' 6 小时之前
  yfh 37e077fdfc 课程统计营期课程调整营期下拉框 6 小时之前
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs-service/src/main/resources/mapper/course/FsUserCoursePeriodDaysMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/course/FsUserCoursePeriodDaysMapper.xml

@@ -34,6 +34,7 @@
             <if test="periodId != null "> and period_id = #{periodId}</if>
             <if test="courseId != null "> and a.course_id = #{courseId}</if>
             <if test="videoId != null "> and a.video_id = #{videoId}</if>
+            <if test="videoName != null "> and c.title like concat('%', #{videoName}, '%')</if>
             <if test="maxDate != null "> and a.day_date &lt;= #{maxDate}</if>
             <if test="videoIds != null and videoIds.size > 0">
                 and a.video_id in