@@ -1340,7 +1340,7 @@
</select>
<update id="batchUpdateReportStageToNull">
- update report set stage=null where id in
+ update report set stage=null where id in
<foreach collection="list" open="(" close=")" separator="," item="item">
#{item}
</foreach>