From dc9963e91239b3115d5efa04bd9c45c98569e63e Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期二, 24 九月 2024 22:35:48 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Controllers/SBGL/Gy_EquipFileMainController.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebAPI/Controllers/SBGL/Gy_EquipFileMainController.cs b/WebAPI/Controllers/SBGL/Gy_EquipFileMainController.cs index bd0d21b..bc6f3a6 100644 --- a/WebAPI/Controllers/SBGL/Gy_EquipFileMainController.cs +++ b/WebAPI/Controllers/SBGL/Gy_EquipFileMainController.cs @@ -513,7 +513,7 @@ oCN.RunProc("delete from Gy_EquipFileBillSub_DotCheckRule where HInterID = " + HInterID ); } int i = 0; - //淇濆瓨淇濆吇瑙勬牸 + //淇濆瓨淇濆吇瑙勭▼ foreach (ClsGy_EquipFileBillSub_MaintainRule oSub in MaintainRuleColl) { i++; @@ -521,9 +521,9 @@ { objJsonResult.code = "0"; objJsonResult.count = 0; - objJsonResult.Message = "绗�" + i + "琛�,淇濆吇瑙勬牸涓嶈兘涓虹┖"; + objJsonResult.Message = "绗�" + i + "琛�,淇濆吇瑙勭▼涓嶈兘涓虹┖"; objJsonResult.data = null; - throw new Exception("淇濆吇瑙勬牸涓嶈兘涓虹┖"); + throw new Exception("淇濆吇瑙勭▼涓嶈兘涓虹┖"); } DataSet Cs; Int64 NewHEntryID = 1; @@ -589,7 +589,7 @@ //淇敼涓婄骇涓洪潪鏈骇浠g爜 objJsonResult.code = "1"; objJsonResult.count = 1; - objJsonResult.Message = "淇濆瓨瀛愯〃鎴愬姛锛�"; + objJsonResult.Message = "淇濆瓨鎴愬姛锛�"; //objJsonResult.data = null; return objJsonResult; } -- Gitblit v1.9.1