| | |
| | | if (CheckFlag == 2) { |
| | | //应医院要求如果出现退回,直接退到发起者 |
| | | FlowLevel = 0; |
| | | RecordStatus = -1; |
| | | } else { |
| | | RecordStatus = (FlowLevel + 1) * 2 - 1; |
| | | FlowLevel = (FlowLevel - 1); |
| | |
| | | |
| | | serviceFund.setRecordstatus(RecordStatus); |
| | | serviceFund.setFlowlevel(FlowLevel); |
| | | serviceFund.setBackflowlevel(serviceFund.getFlowlevel()); |
| | | |
| | | ServiceFundflow serviceFundflow = new ServiceFundflow(); |
| | | SysUser user = loginUser.getUser(); |
| | |
| | | } |
| | | dataMap.put("items", newList); |
| | | |
| | | dataMap.put("JEXS", serviceFund.getAmountrequested()); |
| | | dataMap.put("JEDS", convert(serviceFund.getAmountrequested()) + "整"); |
| | | dataMap.put("JEXS", serviceFund.getPretaxcost()); |
| | | dataMap.put("JEDS", convert(serviceFund.getPretaxcost()) + "整"); |
| | | // dataMap.put("JEXS", serviceFund.getAmountrequested()); |
| | | // dataMap.put("JEDS", convert(serviceFund.getAmountrequested()) + "整"); |
| | | dataMap.put("BXBZ", serviceFund.getRemark() == null ? "" : serviceFund.getRemark()); |
| | | |
| | | dataMap.put("YYMMDD", time); |