duheng
2025-02-11 0e57c17412761fc2f46566a8f32fd5c62e636366
WebApi/Controllers/AnaSettingController.cs
@@ -45,7 +45,7 @@
            {
                return new IStation.Dto.ApiResult<bool>(false);
            }
            IStation.LogHelper.Info("General Save Setting  ");
            return new IStation.Dto.ApiResult<bool>(IStation.Common.AnaSetting.SaveSetting(ana));
        }