Commit 7996371c43d107e4c942f31792f6f5a1db693d54

Authored by 房远帅
1 parent 1b5e6455

楚江ERP:发货计划-草稿要车单审核

@@ -128,7 +128,7 @@ public class BusinessDataHandlerServiceImpl implements BusinessDataHandlerServic @@ -128,7 +128,7 @@ public class BusinessDataHandlerServiceImpl implements BusinessDataHandlerServic
128 case "SPEC_LOCK_DELAY": 128 case "SPEC_LOCK_DELAY":
129 handleSpecLockDelayAuditData(flowStatus, businessId); 129 handleSpecLockDelayAuditData(flowStatus, businessId);
130 break; 130 break;
131 - case "DRAFT_REQUEST_CAR_TICKET": 131 + case "DRAFT_REQUEST_CAR":
132 handleDraftRequestCarTicketData(flowStatus, businessId); 132 handleDraftRequestCarTicketData(flowStatus, businessId);
133 break; 133 break;
134 default: 134 default:
@@ -31,7 +31,7 @@ import java.util.List; @@ -31,7 +31,7 @@ import java.util.List;
31 31
32 @Service 32 @Service
33 public class DraftRequestCarTicketServiceImpl extends BaseMpServiceImpl<DraftRequestCarTicketMapper, DraftRequestCarTicket> implements DraftRequestCarTicketService { 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 @Resource 35 @Resource
36 private FlowInstanceWrapperService flowInstanceWrapperService; 36 private FlowInstanceWrapperService flowInstanceWrapperService;
37 37