fix 普通bug
This commit is contained in:
+1
-1
@@ -369,7 +369,7 @@ public class CompanyLoginController {
|
||||
queryWrapper2.eq("id",contactsManagement.getCompanyId());
|
||||
PayCompanyManagement one = payCompanyManagementService.getOne(queryWrapper2);
|
||||
if(ObjectUtils.isEmpty(one)){
|
||||
new JeroBootException("联系人无企业信息");
|
||||
throw new JeroBootException("联系人无企业信息");
|
||||
}else {
|
||||
contactsManagement.setCompanyRole(one.getRoleCode());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user