@@ -147,7 +147,7 @@
${item}
</foreach>
</if>
- <if test="periodList != null and periodList.length > 0">
+ <if test="periodList != null and periodList.size() > 0">
AND period_id IN
<foreach collection="periodList" open="(" close=")" separator="," item="item">
@@ -45,7 +45,7 @@
@@ -39,10 +39,10 @@
- ${item}
+ #{item}
<if test="startDate != null and endDate != null">