Signed-off-by: anderx <312518615@qq.com>
@@ -100,7 +100,7 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
@Override
public int deleteCompany(Integer id) {
- return companyLibraryMapper.deleteByPrimaryKey(id);
+ return thirdPartyCompanyMapper.deleteByPrimaryKey(id);
}