smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java
@@ -1,6 +1,7 @@ package com.smartor.mapper; import com.smartor.domain.*; import org.apache.ibatis.annotations.MapKey; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @@ -67,6 +68,14 @@ public Double selectTimelyRate(ServiceSubtask ServiceSubtask); /** * 随访及时率:应随访时间<实际随访时间 * * @param ServiceSubtask * @return */ @MapKey("groupKey") public Map<String, Double> selectTimelyRateBatch(ServiceSubtask ServiceSubtask); /** * 随访及时率详情 * * @param ServiceSubtask