提交修改
This commit is contained in:
parent
d2c8adbcd9
commit
190bfa3ea3
@ -1198,6 +1198,7 @@ public class ResultRecordController extends AbstractController {
|
|||||||
}
|
}
|
||||||
return resultRecordService.newApproval(approvalDto);
|
return resultRecordService.newApproval(approvalDto);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
log.error("审批异常",e);
|
||||||
return R.error(e.getMessage());
|
return R.error(e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user