Merge branch 'refs/heads/nanguangmall' into dev
This commit is contained in:
+9
@@ -750,6 +750,15 @@ public class UserDriverEnterpriseApplicationService {
|
||||
public UserDriverEnterprisePo getEnterpriseByUserId(Long userId) {
|
||||
return userDriverEnterpriseDomainService.getEnterpriseByUserId(userId);
|
||||
}
|
||||
/**
|
||||
* 根据用户id查询用户企业信息
|
||||
*
|
||||
* @param userId
|
||||
* @return
|
||||
*/
|
||||
public UserDriverEnterprisePo getEnterpriseByUserIds(Long userId) {
|
||||
return userDriverEnterpriseDomainService.getEnterpriseByUserIds(userId);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param driverEnterpriseCode
|
||||
|
||||
Reference in New Issue
Block a user