|
|
@ -19,10 +19,7 @@ package com.elink.esua.epdc.modules.volunteer.dao; |
|
|
|
|
|
|
|
import com.elink.esua.epdc.commons.mybatis.dao.BaseDao; |
|
|
|
import com.elink.esua.epdc.modules.volunteer.entity.VolunteerEntity; |
|
|
|
import com.elink.esua.epdc.volunteer.AppVolunteerDetailDTO; |
|
|
|
import com.elink.esua.epdc.volunteer.AppVorgFormDTO; |
|
|
|
import com.elink.esua.epdc.volunteer.VolunteerListResultDTO; |
|
|
|
import com.elink.esua.epdc.volunteer.VolunteerPageDTO; |
|
|
|
import com.elink.esua.epdc.volunteer.*; |
|
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
|
import org.apache.ibatis.annotations.Param; |
|
|
|
|
|
|
@ -72,7 +69,7 @@ public interface VolunteerDao extends BaseDao<VolunteerEntity> { |
|
|
|
* @params [userId] |
|
|
|
* @return com.elink.esua.epdc.volunteer.AppVolunteerDetailDTO |
|
|
|
*/ |
|
|
|
AppVolunteerDetailDTO selectAppDetailById(@Param("userId") String userId); |
|
|
|
AppVolunteerDetailDTO selectAppDetailById(AppVolunteerApplyDTO formDto); |
|
|
|
|
|
|
|
/** |
|
|
|
* @describe: 通过用户id查询关联的组织id |
|
|
|