Преглед на файлове

统计添加分部数据筛选,过滤没有声部老师的学生

yuanliang преди 1 година
родител
ревизия
1d21c5f360
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentCoursewarePlayRecordMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentCoursewarePlayRecordMapper.xml

@@ -34,7 +34,7 @@
         <where>
             s.membership_end_time_ >= now()
             <if test="statQuery.organizationId != null and statQuery.organizationId.trim() !=''">
-                and find_in_set(o.id_,statQuery.organizationId)
+                and find_in_set(o.id_,#{statQuery.organizationId})
             </if>
         </where>
         group by o.id_