From 58725ea40b93a10099cac826c4d7912f21975f4d Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 16 七月 2025 09:17:45 +0800 Subject: [PATCH] 快速过滤方案保存删除异常里面的回滚;自动获取校验方案修改提示信息; --- WebAPI/Controllers/基础资料/基础资料/Xt_FastICSchemeController.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git "a/WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Xt_FastICSchemeController.cs" "b/WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Xt_FastICSchemeController.cs" index 319cd96..8a12566 100644 --- "a/WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Xt_FastICSchemeController.cs" +++ "b/WebAPI/Controllers/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/Xt_FastICSchemeController.cs" @@ -203,7 +203,6 @@ } catch (Exception e) { - oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "[0000-1-051]Exception锛�" + e.Message; -- Gitblit v1.9.1