Min 1 year ago
parent
commit
f422922e20

+ 1 - 0
fhKeeper/formulahousekeeper/management-workshop/src/main/resources/mapper/ReportMapper.xml

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