| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.panzhihua.common.model.vos.community.VolunteerMerchantVO; |
| | | import com.panzhihua.common.model.vos.community.VolunteerTypeVO; |
| | | import com.panzhihua.service_community.entity.SysUser; |
| | | import com.panzhihua.service_community.entity.VolunteerMerchant; |
| | | import com.panzhihua.service_community.entity.VolunteerType; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | |
| | | int delete(@Param("id") String id); |
| | | |
| | | /** |
| | | * 根据电话号码 或者姓名查询用户 |
| | | * @param |
| | | * @return |
| | | */ |
| | | SysUser getUser(@Param("communityId") String communityId, |
| | | @Param("userName") String userName, |
| | | @Param("userPhone") String userPhone); |
| | | |
| | | |
| | | |
| | | |