|
|
@ -39,4 +39,12 @@ public interface PaCustomerUserAgencyDao extends BaseDao<PaCustomerUserAgencyEnt |
|
|
|
* @Description 根据userId查询客户信息 |
|
|
|
**/ |
|
|
|
PaCustomerUserAgencyDTO selectByUserId(@Param("userId") String userId, @Param("source")String source); |
|
|
|
|
|
|
|
/** |
|
|
|
* @param userId |
|
|
|
* @return |
|
|
|
* @Author sun |
|
|
|
* @Description 根据userId查询客户信息 |
|
|
|
**/ |
|
|
|
PaCustomerUserAgencyDTO selectCustomerIdByUserId(@Param("userId") String userId); |
|
|
|
} |