소스 검색

计算工资 4.10

leiy 1 년 전
부모
커밋
e3f53d4b7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

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

@@ -298,7 +298,7 @@ namespace OASystem.API.Controllers
             #endregion
 
             sw.Stop();
-            return Ok(JsonView(true, "操作成功! 耗时:" + sw.ElapsedMilliseconds + "ms", wageSheetItems));
+            return Ok(JsonView(true, "操作成功! 耗时:" + sw.ElapsedMilliseconds + "ms"));
         }