ソースを参照

update

Signed-off-by: anderx <312518615@qq.com>
anderx 5 年 前
コミット
5838e1add0
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/main/java/com/goafanti/organization/service/impl/ThirdPartyCompanyServiceImpl.java

+ 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);
 	}