Showing
2 changed files
with
2 additions
and
2 deletions
| ... | ... | @@ -128,7 +128,7 @@ public class BusinessDataHandlerServiceImpl implements BusinessDataHandlerServic |
| 128 | 128 | case "SPEC_LOCK_DELAY": |
| 129 | 129 | handleSpecLockDelayAuditData(flowStatus, businessId); |
| 130 | 130 | break; |
| 131 | - case "DRAFT_REQUEST_CAR_TICKET": | |
| 131 | + case "DRAFT_REQUEST_CAR": | |
| 132 | 132 | handleDraftRequestCarTicketData(flowStatus, businessId); |
| 133 | 133 | break; |
| 134 | 134 | default: | ... | ... |
| ... | ... | @@ -31,7 +31,7 @@ import java.util.List; |
| 31 | 31 | |
| 32 | 32 | @Service |
| 33 | 33 | public class DraftRequestCarTicketServiceImpl extends BaseMpServiceImpl<DraftRequestCarTicketMapper, DraftRequestCarTicket> implements DraftRequestCarTicketService { |
| 34 | - private static final String BPM_FLAG = "DRAFT_REQUEST_CAR_TICKET"; | |
| 34 | + private static final String BPM_FLAG = "DRAFT_REQUEST_CAR"; | |
| 35 | 35 | @Resource |
| 36 | 36 | private FlowInstanceWrapperService flowInstanceWrapperService; |
| 37 | 37 | ... | ... |