| | |
| | | return R.data(pages); |
| | | } |
| | | |
| | | /** |
| | | * 培训公司信息查询,下拉 |
| | | */ |
| | | @GetMapping("/train-unit-tree") |
| | | public List<InformationVO> trainUnitTree(InformationVO information) { |
| | | List<InformationVO> pages = informationService.trainUnitTree(information); |
| | | return pages; |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 新增 |
| | |
| | | ",registeredcapital = " + "'" + information.getRegisteredcapital() + "'" + |
| | | ",organizationcode = " + "'" + information.getOrganizationcode() + "'" + |
| | | ",registrationnumber = " + "'" + information.getRegistrationnumber() + "'" + |
| | | ",jurisdiction = " + "'" + information.getJurisdiction() + "'" + |
| | | ",enterprises = " + "'" + information.getEnterprises() + "'" + |
| | | ",address = " + "'" + information.getAddress() + "'" + |
| | | ",business = " + "'" + information.getBusiness() + "'" + |