From fcd9ba477d9549cb726341541ca452d634c75090 Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期二, 08 三月 2022 09:01:55 +0800 Subject: [PATCH] 添加日志文件 --- WebAPI/Controllers/Sc_MouldOtherInBillController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/Sc_MouldOtherInBillController.cs b/WebAPI/Controllers/Sc_MouldOtherInBillController.cs index 4a8cc43..e053b18 100644 --- a/WebAPI/Controllers/Sc_MouldOtherInBillController.cs +++ b/WebAPI/Controllers/Sc_MouldOtherInBillController.cs @@ -98,6 +98,7 @@ } ds = Sc_MouldOtherInBill(sWhere, Organization); + objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "杩斿洖璁板綍鎴愬姛锛�"; -- Gitblit v1.9.1