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,7 +50,7 @@ * @param * @return */ SysUser getUser(@Param("communityId") String communityId, List<SysUser> getUser(@Param("communityId") String communityId, @Param("userName") String userName, @Param("userPhone") String userPhone);