| | |
| | | //设置上传文件id |
| | | api1109.setFileStorageId((String) responseDto.getData()); |
| | | return JSON.toJSONString(api1109); |
| | | }else if (Constant.API_CODE_1111.equals(inteId)) { |
| | | Gd2022Api1111 api1111 = new Gd2022Api1111(); |
| | | BeanUtils.copyProperties(data, api1111); |
| | | return JSON.toJSONString(api1111); |
| | | } else if (Constant.API_CODE_1208.equals(inteId)) { |
| | | Gd2022Api1208 api1208 = new Gd2022Api1208(); |
| | | BeanUtils.copyProperties(data, api1208); |
| | |
| | | List<GDFinanceDto> list = new ArrayList<>(); |
| | | GDFinanceDto gdFinanceDto = new GDFinanceDto(); |
| | | gdFinanceDto.setDwdm(api1503.getDwdm()); |
| | | gdFinanceDto.setKqdm(api1503.getKqdm()); |
| | | gdFinanceDto.setBbsj(DateFormatUtils.format(api1503.getBbsj(), "yyyyMMdd")); |
| | | gdFinanceDto.setBbm("03"); |
| | | gdFinanceDto.setCzbz(api1503.getCzbz()); |
| | |
| | | List<GDFinanceDto> list = new ArrayList<>(); |
| | | GDFinanceDto gdFinanceDto = new GDFinanceDto(); |
| | | gdFinanceDto.setDwdm(api1502.getDwdm()); |
| | | gdFinanceDto.setKqdm(api1502.getKqdm()); |
| | | gdFinanceDto.setBbsj(DateFormatUtils.format(api1502.getBbsj(), "yyyyMMdd")); |
| | | gdFinanceDto.setBbm("02"); |
| | | gdFinanceDto.setCzbz(api1502.getCzbz()); |
| | |
| | | List<GDFinanceDto> list = new ArrayList<>(); |
| | | GDFinanceDto gdFinanceDto = new GDFinanceDto(); |
| | | gdFinanceDto.setDwdm(api1501.getDwdm()); |
| | | gdFinanceDto.setKqdm(api1501.getKqdm()); |
| | | gdFinanceDto.setBbsj(DateFormatUtils.format(api1501.getBbsj(), "yyyyMMdd")); |
| | | gdFinanceDto.setBbm("01"); |
| | | gdFinanceDto.setCzbz(api1501.getCzbz()); |