lidongdong
2023-08-29 b6ad75c0a5caf02e6f2a4a1f35deddf339c793d5
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/VolunteerMerchantDao.java
@@ -11,9 +11,16 @@
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper
public interface VolunteerMerchantDao extends BaseMapper<VolunteerMerchant>
{
    VolunteerMerchant getById(@Param("id") String id);
    /**
     * 分页查询
     * @param
@@ -43,9 +50,9 @@
     * @param
     * @return
     */
    SysUser getUser(@Param("communityId") String communityId,
                    @Param("userName") String userName,
                    @Param("userPhone") String userPhone);
    List<SysUser> getUser(@Param("communityId") String communityId,
                          @Param("userName") String userName,
                          @Param("userPhone") String userPhone);