|
|
@ -127,7 +127,7 @@ public class IcSocietyOrgController { |
|
|
|
* @Author sun |
|
|
|
* @Description 九小场所下组织列表导出 |
|
|
|
**/ |
|
|
|
@GetMapping("export") |
|
|
|
@PostMapping("export") |
|
|
|
public void export(@LoginUser TokenDto tokenDto, @RequestBody GetListSocietyOrgFormDTO formDTO, HttpServletResponse response) throws Exception { |
|
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
formDTO.setStaffId(tokenDto.getUserId()); |
|
|
|