| | |
| | | import org.apache.ibatis.annotations.Select; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @program: springcloud_k8s_panzhihuazhihuishequ |
| | |
| | | "u.nick_name, " + |
| | | "case WHEN u.is_partymember = 1 THEN '党员' WHEN a.is_volunteer = 1 THEN '志愿者' ELSE '居民' END identity, " + |
| | | "u.phone, " + |
| | | "u.openid, " + |
| | | "a.create_at, " + |
| | | "a.is_volunteer " + |
| | | "FROM " + |
| | |
| | | " </if> " + |
| | | " </script>") |
| | | IPage<ActActivityPeopleListVO> getActActivityPeopleList(Page page,@Param("activityPeopleListDTO") ScreenActActivityPeopleListDTO activityPeopleListDTO); |
| | | |
| | | @Select("select openid from sys_user where user_id = #{userId}") |
| | | Map<String,String> getUserOpenId(@Param("userId")Long userId); |
| | | } |