Explorar o código

update

Signed-off-by: anderx <312518615@qq.com>
anderx %!s(int64=5) %!d(string=hai) anos
pai
achega
5838e1add0

+ 1 - 1
src/main/java/com/goafanti/organization/service/impl/ThirdPartyCompanyServiceImpl.java

@@ -100,7 +100,7 @@ public class ThirdPartyCompanyServiceImpl extends  BaseMybatisDao<ThirdPartyComp
 
 	@Override
 	public int deleteCompany(Integer id) {
-		return companyLibraryMapper.deleteByPrimaryKey(id);
+		return thirdPartyCompanyMapper.deleteByPrimaryKey(id);
 	}