修改互联网单点登录
This commit is contained in:
@@ -39,4 +39,9 @@ public class CompanyContactServiceImpl extends ServiceImpl<CompanyContactMapper,
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int insertContact(CompanyContact contact) {
|
||||
return companyContactMapper.insert(contact);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user