Commit bcb807ed authored by Ken you's avatar Ken you

need use postman to start approval deploy---Ken

parent c780ecf3
......@@ -66,7 +66,7 @@ public class ApprovalService {
@Transactional
public void startInstanceAndAssignee(ApprovalDto dto) {
repositoryService.createDeployment().addClasspathResource("bpmn/approval1.bpmn").deploy();
//repositoryService.createDeployment().addClasspathResource("bpmn/approval1.bpmn").deploy();
PeriodApprove pa = new PeriodApprove();
startInstance(dto, pa);
startAssignee(pa);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment