|  |  |  | 
|---|
|  |  |  | if(Objects.nonNull(allocationUpdateCond.getEscalationUnitId())&& escalationType(allocationUpdateCond.getEscalationUnitId())) { | 
|---|
|  |  |  | allocation.setEscalationType(AllocationEscalationTypeEnum.CHECK.getValue()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if(Objects.nonNull(allocationUpdateCond.getEscalationUnitId())&&allocationUpdateCond.getEscalationUnitId().toString().length()==6) { | 
|---|
|  |  |  | allocation.setEscalationType(AllocationEscalationTypeEnum.CHECK.getValue()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if(NEW_BUILT.equals(allocationUpdateCond.getState())) { | 
|---|
|  |  |  | //添加流程数据 | 
|---|
|  |  |  | ApproveTable approveTable = new ApproveTable(); | 
|---|