From 1ab89ba15fd521d83e809f52d6e50133814c042a Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 15 三月 2024 15:25:41 +0800
Subject: [PATCH] 1.订单、工单增加字段(销售业务员) 2.优化生产进度报表查询语句
---
VueWebCoreApi/Controllers/DeviceManagerController.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/VueWebCoreApi/Controllers/DeviceManagerController.cs b/VueWebCoreApi/Controllers/DeviceManagerController.cs
index 90a46b1..9f16881 100644
--- a/VueWebCoreApi/Controllers/DeviceManagerController.cs
+++ b/VueWebCoreApi/Controllers/DeviceManagerController.cs
@@ -18,7 +18,7 @@
{
//瀹氫箟鍏ㄥ眬淇℃伅杩斿洖鍙橀噺
ToMessage mes = new ToMessage();
- RedisHelper redis = new RedisHelper();
+ RedisCommon redis = new RedisCommon();
#region[璁惧绫诲瀷鏌ヨ]
/// <summary>
@@ -614,6 +614,8 @@
/// <param name="repairdate">淇濆吇鏃堕棿</param>
/// <param name="repairresult">淇濆吇缁撴灉</param>
/// <returns></returns>
+ [Route(template: "DeviceRepairTakeSearch")]
+ [HttpGet]
public JsonResult DeviceRepairTakeSearch(int page, int rows, string prop, string order, string wkshopcode = null, string eqpcode = null,string eqpname=null, string stanedname = null, string repairuser = null, string repairdate = null, string repairresult = null)
{
var token = HttpContext.Request.Headers["Token"].ToString();
--
Gitblit v1.9.3