Compare commits

...

2 Commits

Author SHA1 Message Date
nmy 7d60753f10 Merge remote-tracking branch 'origin/dev' into dev 2023-12-09 23:59:11 +08:00
nmy bdc0c3ea2d 【更新】个人中心查询企业数据 2023-12-09 23:59:08 +08:00
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;
}