From 7bd3f5d3a986a45095728e0a9745bdf0d099d77a Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 30 七月 2025 08:36:39 +0800 Subject: [PATCH] 1.IPQC巡检单查询范围为当前时段的巡检单 --- Controllers/AGV/AgvApiController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/AGV/AgvApiController.cs b/Controllers/AGV/AgvApiController.cs index e9776fa..3249fbf 100644 --- a/Controllers/AGV/AgvApiController.cs +++ b/Controllers/AGV/AgvApiController.cs @@ -135,7 +135,7 @@ var factory = new ChannelFactory<IImesInterface>(binding, endpoint); var channel = factory.CreateChannel(); - string result = channel.DefineTask_005(); + string result = channel.DefineTask_005(2); ((IClientChannel)channel).Close(); return new ResponseResult @@ -209,7 +209,7 @@ //绔嬪簱鍛煎彨 [OperationContract(Action = "http://tempuri.org/ImesInterface/DefineTask_005", ReplyAction = "http://tempuri.org/ImesInterface/DefineTask_005Response")] - string DefineTask_005(); + string DefineTask_005(int Postition); //绔嬪簱鍏ュ簱 [OperationContract(Action = "http://tempuri.org/ImesInterface/DefineTask_006", -- Gitblit v1.9.3