Browse Source

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

LEIYI 3 months ago
parent
commit
d1eb943c0c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

+ 1 - 0
OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

@@ -2402,6 +2402,7 @@ OPTION (MAXRECURSION 0); -- 允许无限递归      ";
                     var influenceRow =  _sqlSugar.Insertable(entityList).ExecuteCommand();
                     _sqlSugar.CommitTran();
                     jw.Code = 200;
+                    jw.Msg = "保存成功!";
                     jw.Data = $"{influenceRow}条数据操作成功!";
 
                 }