| | |
| | | remShare.setBranchbankname(serviceReimbursement.getBranchbankname()); |
| | | remShare.setAnnexbankcard(serviceReimbursement.getAnnexbankcard()); |
| | | remShare.setAnnexfiles(serviceReimbursement.getAnnexfiles()); |
| | | //remShare.setAnnexfiles(serviceReimbursement.getAnnexfiles()); |
| | | // remShare.setAmountrequested(BigDecimal.valueOf(serviceReimbursement.getAmountrequested())); |
| | | |
| | | Double nTemp = serviceReimbursement.getAmountrequested(); |
| | |
| | | remShare.setFlowlevel(serviceReimbursement.getFlowlevel()); |
| | | remShare.setCosttype(serviceReimbursement.getCosttype()); |
| | | remShare.setCosttypename(serviceReimbursement.getCosttypename()); |
| | | remShare.setFileurl(serviceReimbursement.getFileurl()); |
| | | remShare.setFileurl(serviceReimbursement.getAnnexfiles()); |
| | | remShare.setDonorbank(serviceReimbursement.getDonorbank()); |
| | | remShare.setDonorbankcard(serviceReimbursement.getDonorbankcard()); |
| | | remShare.setDonorremark(serviceReimbursement.getDonorremark()); |
| | | remShare.setDonorpayee(serviceReimbursement.getDonorpayee()); |
| | | |
| | | //nTemp = serviceReimbursement.getDonoramount(); |
| | | //if(nTemp == null) nTemp = 0.0; |
| | | remShare.setDonoramount(serviceReimbursement.getDonoramount()); |
| | | remShare.setDonorrelatives(serviceReimbursement.getDonorrelatives()); |
| | | //remShare.setOaid(serviceReimbursement.getOaid()); |
| | | //remShare.setDonorno(serviceReimbursement.getDonorno()); |
| | | |
| | |
| | | String filePath = RuoYiConfig.getUploadPath(); |
| | | String strMutfileUrl = remShare.getFileurl();//可能存在多个地址,以,分开 |
| | | |
| | | String strFUrl = "http://129.88.242.39:8899/seeyon/rest/attachment?token=%s"+strRes; |
| | | String strFUrl = "http://129.88.242.39:8899/seeyon/rest/attachment?token="+strRes; |
| | | //String strFUrl = "http://slb.hospitalstar.com:8899/seeyon/rest/attachment?token="+strRes; |
| | | //strFUrl = String.format(strFUrl, strRes); |
| | | |