|
|
@ -107,4 +107,16 @@ public class VolunteerOrgController { |
|
|
|
return volunteerOrgService.getVolunteerOrgList(); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @describe: 小程序-组织列表 |
|
|
|
* @author wangtong |
|
|
|
* @date 2021/8/30 9:49 |
|
|
|
* @params [] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.volunteer.VolunteerOrgDTO>> |
|
|
|
*/ |
|
|
|
@GetMapping("getAppVolunteerOrgList") |
|
|
|
public Result<List<VolunteerOrgDTO>> getAppVolunteerOrgList(){ |
|
|
|
return volunteerOrgService.getAppVolunteerOrgList(); |
|
|
|
} |
|
|
|
|
|
|
|
} |