From 338e977cd44c09c242fa127a6ce821d963fa208a Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 18 一月 2024 15:57:57 +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