From 2ee6525d3e9a5e28390fefc89a004658431c5c53 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 14 Jun 2024 10:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FactorySystemApi/Controllers/FormulaController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FactorySystemApi/Controllers/FormulaController.cs b/FactorySystemApi/Controllers/FormulaController.cs index b3dca98..5f5d97b 100644 --- a/FactorySystemApi/Controllers/FormulaController.cs +++ b/FactorySystemApi/Controllers/FormulaController.cs @@ -563,6 +563,8 @@ namespace FactorySystemApi.Controllers RestResult restResult = oAService.GetSpecificationsList(oaParam); + ExceptionHelper.AddSystemJournal(Request, inParam, restResult); + if (restResult != null && restResult.data != null) {