| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.panzhihua.common.model.vos.community.ComPensionAuthRecordExcleVO; |
| | | import com.panzhihua.common.model.vos.community.ComPensionAuthRecordStatisticExcleVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | * @return ComPensionAuthRecordVO |
| | | */ |
| | | IdentityAuthRecordDetailVO findById(@Param("identityAuthId") Long identityAuthId); |
| | | |
| | | /** |
| | | * 查询养老认证待处理id集合 |
| | | * @param communityId 社区id |
| | | * @param authRecordId 养老认证记录id |
| | | * @return 养老认证待处理id集合 |
| | | */ |
| | | List<String> getNextIds(@Param("communityId") Long communityId,@Param("authRecordId") Long authRecordId); |
| | | } |