From 7ff74f599084561338eef1230db5aa45f74565f8 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 15 四月 2024 18:03:33 +0800
Subject: [PATCH] 1.ERP订单关闭增加单据id 2.MES工单关闭增加源单id关联
---
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