【更新】个人中心查询企业数据

This commit is contained in:
nmy 2023-12-09 23:59:08 +08:00
parent 10c1848c09
commit bdc0c3ea2d
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class BmCompanyInfoServiceImpl implements BmCompanyInfoService {
public BmCompanyInfo getCompanyInfoByUserId(Long userId) {
BmCompanyInfo bmCompanyInfo = bmCompanyInfoMapper.getCompanyInfoByUserId(userId);
return null;
return bmCompanyInfo;
}