Преглед изворни кода

update

Signed-off-by: anderx <312518615@qq.com>
anderx пре 5 година
родитељ
комит
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);
 	}