@@ -180,6 +180,7 @@
<if test="startDate!=null and endDate!=null">
and r.create_date between #{startDate} and #{endDate}
</if>
+ group by r.id
</select>
<select id="getProcedureRealTimeProgressList" resultType="java.util.Map">