| | |
| | | List<ServiceFund> serviceFunds = queryInfoById(serviceFund); |
| | | ServiceFund serviceFund1 = serviceFunds.get(0); |
| | | serviceFund1.setFlowlevel(100L); |
| | | serviceFund1.setDel_flag(0); |
| | | serviceFund1.setDelFlag(0); |
| | | serviceFund1.setRecordstatus(-1); |
| | | serviceFund1.setBackflowlevel(199); |
| | | updateById(serviceFund1); |
| | |
| | | wrappers.eq(ServiceFund::getId, serviceFund.getId()); |
| | | } |
| | | |
| | | wrappers.eq(ServiceFund::getDel_flag, "0"); |
| | | wrappers.eq(ServiceFund::getDelFlag, "0"); |
| | | return this.list(wrappers); |
| | | } |
| | | |
| | |
| | | data.put("templateCode", "fybxd_rzhc_ceshi"); |
| | | //是否为待发:0:新建-发送;1:新建-保存待发 |
| | | data.put("draft", "0"); |
| | | //协同标题区附件,Long型List,值为附件的Id。Id是附件接口响应结果中fileUrl字段的值 |
| | | // data.put("attachments", null); |
| | | //协同公文的id |
| | | // data.put("relateDoc", "col|123,456;doc|321,654"); |
| | | //未设置取模板设置的标题 |
| | | data.put("subject", "null"); |
| | | ServiceFund serviceFund1 = serviceFundMapper.selectById(serviceFund.getId()); |