This commit is contained in:
钱涛 2023-03-15 10:43:05 +08:00
parent c9f6b62b5a
commit 6bb6e350a8
1 changed files with 0 additions and 4 deletions

View File

@ -128,10 +128,6 @@ public class SIAccountBiz extends Service {
return MapperProxyFactory.getProxy(InsuranceSchemeDetailMapper.class);
}
private EmployMapper getEmployMapper() {
return MapperProxyFactory.getProxy(EmployMapper.class);
}
private ICategoryMapper getICategoryMapper() {
return MapperProxyFactory.getProxy(ICategoryMapper.class);
}