Showing
1 changed file
with
2 additions
and
1 deletions
| ... | ... | @@ -185,7 +185,8 @@ public class ProcurementDomesticCustomerCreditServiceImpl |
| 185 | 185 | getBaseMapper().insert(data); |
| 186 | 186 | |
| 187 | 187 | //开启审核 |
| 188 | - flowInstanceWrapperService.startInstance(BPM_FLAG, data.getId(), BPM_FLAG, data); | |
| 188 | + ProcurementDomesticCustomerCredit customerCredit = getBaseMapper().findById(data.getId()); | |
| 189 | + flowInstanceWrapperService.startInstance(BPM_FLAG, data.getId(), BPM_FLAG, customerCredit); | |
| 189 | 190 | |
| 190 | 191 | OpLogUtil.setVariable("id", data.getId()); |
| 191 | 192 | OpLogUtil.setExtra(vo); | ... | ... |