|
@@ -64,7 +64,7 @@
|
|
|
and aer.activity_id_ = #{param.activityId}
|
|
|
</if>
|
|
|
<if test="param.subjectIds != null and param.subjectIds.size() > 0">
|
|
|
- AND aer.resource_id_ IN (<foreach collection="param.subjectIds" separator="," item="">#{item}</foreach>)
|
|
|
+ AND aer.resource_id_ IN (<foreach collection="param.subjectIds" separator="," item="item">#{item}</foreach>)
|
|
|
</if>
|
|
|
<if test="param.musicSheetIds != null and param.musicSheetIds.size()>0">
|
|
|
and ae.music_sheet_id_ IN
|