yuanrf месяцев назад: 7
Родитель
Сommit
3a906387bd
1 измененных файлов с 1 добавлено и 0 удалено
  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}条数据操作成功!";
 
                 }