This commit is contained in:
dxfeng 2025-12-03 17:59:07 +08:00
parent dc4f4d9032
commit 65cbb95d61
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public class SIAccountBiz extends Service {
private SIArchivesBiz siArchivesBiz = new SIArchivesBiz();
private TaxAgentService getTaxAgentService() {
return ServiceUtil.getService(TaxAgentServiceImpl.class, user);
}