From c064b9124554626cd3c386a2648a8008d3efc44c Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期二, 15 十月 2024 15:20:06 +0800 Subject: [PATCH] 考勤汇报单列表、 异常工时申请单列表、 定额申请单列表 客户列表, 供应商列表 分页 --- WebAPI/Controllers/工资管理/Pay_GroupBalBillController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_GroupBalBillController.cs" "b/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_GroupBalBillController.cs" index b64e2a2..67730cb 100644 --- "a/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_GroupBalBillController.cs" +++ "b/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_GroupBalBillController.cs" @@ -86,7 +86,7 @@ #region 宸ヨ祫缁撶畻鍗�(闆嗕綋)鍒嗛〉鍒楄〃 [Route("Pay_GroupBalBillController/page")] [HttpGet] - public json Pay_SingleBalBillPage(string sWhere, string user, int page, int size) + public json Pay_GroupBalBillPage(string sWhere, string user, int page, int size) { DataSet ds; json res = new json(); -- Gitblit v1.9.1