添加根据用户id查询企业信息

This commit is contained in:
赵辉
2025-12-15 17:15:16 +08:00
parent 51b5ae5d13
commit 21157b70ed
7 changed files with 40 additions and 0 deletions
@@ -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