From 3d38eee51b81e372418b891fe9282fbcd01c9df8 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期六, 10 九月 2022 00:06:33 +0800
Subject: [PATCH] nothing
---
VueWebApi/Controllers/DeviceManagerController.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/VueWebApi/Controllers/DeviceManagerController.cs b/VueWebApi/Controllers/DeviceManagerController.cs
index 1815b1c..64e8c12 100644
--- a/VueWebApi/Controllers/DeviceManagerController.cs
+++ b/VueWebApi/Controllers/DeviceManagerController.cs
@@ -702,8 +702,6 @@
checkopendate = checkdate.Split('~')[0].ToString();
checkclosedate = checkdate.Split('~')[1].ToString();
}
- int startNum = rows * (page - 1) + 1; //璧峰璁板綍rowNum
- int endNum = rows * page; //缁撴潫璁板綍 rowNum
mes = DeviceManagerBLL.DeviceCheckTakeOutExcel(wkshopcode, eqpcode, eqpname, stanedname, checkuser, checkopendate, checkclosedate);
return TJson.toJson(mes);
}
--
Gitblit v1.9.3