bug修复
This commit is contained in:
parent
5061e089bf
commit
8ca1ec92ea
|
|
@ -287,6 +287,14 @@ public class StageEndListener implements ExecutionListener, ApplicationContextAw
|
|||
//修改延期申请状态
|
||||
businessService.updateExtensionApplicationByUuid(id, statusType,rejectReason);
|
||||
break;
|
||||
case "18":
|
||||
//监理入场申请状态
|
||||
businessService.updateSupPersonIntoStatusByUuid(id, statusType);
|
||||
break;
|
||||
case "19":
|
||||
//监理出场申请状态
|
||||
businessService.updateSupPersonOutStatusByUuid(id, statusType);
|
||||
break;
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue