|
@@ -185,6 +185,9 @@ public class ServiceAuthBusinessImpl implements IServiceAuthBusiness {
|
|
|
} catch (Exception e) {
|
|
|
log.error("work flow push error.", e);
|
|
|
responseDTO = new ResponseDTO(ResponseStatus.FAIL_CODE, "push to work flow error", null);
|
|
|
+ //删除工单
|
|
|
+ workFlowService.delById(workFlow.getId());
|
|
|
+ serviceAuthContentService.delByAuthApplyId(workFlow.getId());
|
|
|
}
|
|
|
return responseDTO;
|
|
|
}
|