Commit fbec169446b5b7596a47a17463bd1d5b2439fe96

Authored by 房远帅
1 parent f18cc129

采购:内贸客户资信-审核

@@ -185,7 +185,8 @@ public class ProcurementDomesticCustomerCreditServiceImpl @@ -185,7 +185,8 @@ public class ProcurementDomesticCustomerCreditServiceImpl
185 getBaseMapper().insert(data); 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 OpLogUtil.setVariable("id", data.getId()); 191 OpLogUtil.setVariable("id", data.getId());
191 OpLogUtil.setExtra(vo); 192 OpLogUtil.setExtra(vo);