| | |
| | | for (int j = 0; j < rbDetailList.size(); j++) { |
| | | ServiceReimbursementdetail serviceReimbursementdetail = rbDetailList.get(j); |
| | | String annexfiles = serviceReimbursementdetail.getAnnexfiles(); |
| | | String invoicefiles = serviceReimbursementdetail.getInvoicefiles(); |
| | | ServiceReimbursementdetailVO serviceReimbursementdetailVO = DtoConversionUtils.sourceToTarget(serviceReimbursementdetail, ServiceReimbursementdetailVO.class); |
| | | if (StringUtils.isNotBlank(annexfiles)) { |
| | | try { |
| | |
| | | } catch (Exception e) { |
| | | if (e.getMessage().equals("invalid comment")) { |
| | | log.error("报异常了,老大不让我处理"); |
| | | } |
| | | } |
| | | } |
| | | if (StringUtils.isNotBlank(invoicefiles)) { |
| | | try { |
| | | serviceReimbursementdetailVO.setInvoicefilesList(JSON.parseArray(invoicefiles)); |
| | | } catch (Exception e) { |
| | | if (e.getMessage().equals("invalid comment")) { |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<SpFinancialExpensesReimbursementOut> getListBypower(String PAUSERNO, Integer PAFUNDTYPE, String PAAPPLICANT, String PAAPPLICATIONBEGTIME, String PAAPPLICATIONENDTIME, String PADEPARTMENT, Integer CHECKFLAG, Integer APPLYTYPE, Integer CHECKSTATUS) { |
| | | return serviceReimbursementMapper.getListBypower(PAUSERNO, PAFUNDTYPE, PAAPPLICANT, PAAPPLICATIONBEGTIME, PAAPPLICATIONENDTIME, PADEPARTMENT, CHECKFLAG, APPLYTYPE, CHECKSTATUS); |
| | | public List<SpFinancialExpensesReimbursementOut> getListBypower(String PAUSERNO, Integer PAFUNDTYPE, String PAAPPLICANT, String PAAPPLICATIONBEGTIME, String PAAPPLICATIONENDTIME, String PADEPARTMENT, Integer CHECKFLAG, Integer APPLYTYPE, Integer CHECKSTATUS,String donorname) { |
| | | return serviceReimbursementMapper.getListBypower(PAUSERNO, PAFUNDTYPE, PAAPPLICANT, PAAPPLICATIONBEGTIME, PAAPPLICATIONENDTIME, PADEPARTMENT, CHECKFLAG, APPLYTYPE, CHECKSTATUS,donorname); |
| | | } |
| | | |
| | | @Override |