src/main/java/com/cl/mapper/DataMapper.java
@@ -7,6 +7,8 @@ import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.time.LocalDateTime; import java.util.Date; import java.util.List; @Mapper @@ -18,4 +20,8 @@ DataEntity beforeOne(@Param("id") Integer id); DataEntity getAddDetail(Integer county); List<Integer> getYearList(Integer county); Integer getAssistiveDeviceTotal(Integer county, LocalDateTime createTime); }