yuanrf 3 months ago
parent
commit
3a906387bd
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}条数据操作成功!";
 
                 }