Przeglądaj źródła

Merge branch 'feature/0704-stat' into dev

yuanliang 1 rok temu
rodzic
commit
d4bf28f482

+ 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_