Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -264,7 +264,7 @@ public class PurchaseOrderInfoServiceImpl extends BaseMpServiceImpl<PurchaseOrde |
| 264 | 264 | data.setWorkshopCode(workshop.getCode()); |
| 265 | 265 | } |
| 266 | 266 | } |
| 267 | - if (vo.isNoFlowInstance()) { | |
| 267 | + if (!vo.isNoFlowInstance()) { | |
| 268 | 268 | flowInstanceWrapperService.startInstance(BPM_FLAG, data.getId(), BPM_FLAG, data); |
| 269 | 269 | } |
| 270 | 270 | ... | ... |