Commit 9ccf4bb6 authored by 韩桐桐's avatar 韩桐桐

fix(jg):使用登记导出调整

parent 3c1a8188
...@@ -109,6 +109,7 @@ public class JgTableDataExportController extends BaseController { ...@@ -109,6 +109,7 @@ public class JgTableDataExportController extends BaseController {
} else { } else {
dto.setDataType(BaseController.COMPANY_TYPE_SUPERVISION); dto.setDataType(BaseController.COMPANY_TYPE_SUPERVISION);
dto.setReceiveCompanyCode(info.getCompany().getCompanyCode()); dto.setReceiveCompanyCode(info.getCompany().getCompanyCode());
dto.setSupervisionOrgCode(info.getCompany().getOrgCode());
} }
iJgTableDataExportService.registration(response, dto, client); iJgTableDataExportService.registration(response, dto, client);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment