|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public interface ShopSalesmanApplyDao extends BaseMapper<ShopSalesmanApply> { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | IPage<SalesmanVo> selectInvitationuserInPage(Page<SalesmanVo> page, @Param("openId") String openId, @Param("isSales")String isSales); | 
|---|
|  |  |  | IPage<SalesmanVo> selectInvitationuserInPage(Page<SalesmanVo> page, @Param("userId") Long userId, @Param("isSales")String isSales); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | IPage<SalesmanVo> selectInvitationuserInPage(Page<SalesmanVo> page, @Param("openId") String openId); | 
|---|
|  |  |  | IPage<SalesmanVo> selectInvitationuserInPage(Page<SalesmanVo> page, @Param("userId") Long userId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | IPage<ShopSalesmanApplyVo> findShopSalesmanApplyList(Page<ShopSalesmanApplyVo> page, | 
|---|
|  |  |  | @Param("record")ShopSalesmanApplyDto shopSalesmanApplyDto); | 
|---|
|  |  |  | 
|---|
|  |  |  | IPage<ShopSalesmanAppliingVo> selectBizUserApplyList(Page<ShopSalesmanAppliingVo> page, | 
|---|
|  |  |  | @Param("record")ShopSalesmanAppliingDto shopSalesmanAppliingDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | SalesmanCenterInfo selectSalesmanCenterInfo(String openId); | 
|---|
|  |  |  | SalesmanCenterInfo selectSalesmanCenterInfo(Long id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | SalesmanBasicDetailVo selectShopSalesmanDetailByOpenId(@Param("userId")String userId, | 
|---|
|  |  |  | SalesmanBasicDetailVo selectShopSalesmanDetailByOpenId(@Param("userId")Long userId, | 
|---|
|  |  |  | @Param("companyId")Long companyId,@Param("applyId")long applyId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | IPage<ShopCustomDetailVo> findCustomDetail(Page<ShopCustomDetailVo> page, | 
|---|