相关方培训新增需求

cmt1.0
liujun 2023-12-06 15:02:41 +08:00
parent 38bdba0109
commit de3503d0e8
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ public class RelevantUnitsController extends BaseController {
public Object saveCorpInfo() throws Exception { public Object saveCorpInfo() throws Exception {
PageData pd = new PageData(); PageData pd = new PageData();
pd = this.getPageData(); pd = this.getPageData();
pd.put("SUPERVISE_CORPINFO_ID", Jurisdiction.getCORPINFO_ID());
Map result = HttpClientService.doPost(xgfUrl + "/api/corpinfo/saveDataForApi", pd); Map result = HttpClientService.doPost(xgfUrl + "/api/corpinfo/saveDataForApi", pd);
return result; return result;
} }