浏览代码

Merge branch 'feature/0704-stat' into dev

yuanliang 1 年之前
父节点
当前提交
d4bf28f482
共有 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>
         <where>
             s.membership_end_time_ >= now()
             s.membership_end_time_ >= now()
             <if test="statQuery.organizationId != null and statQuery.organizationId.trim() !=''">
             <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>
             </if>
         </where>
         </where>
         group by o.id_
         group by o.id_