From 081df17b8cc4a6e7e4f4e1e1887f24810e3ec2f9 Mon Sep 17 00:00:00 2001 From: zhao Date: 星期五, 02 七月 2021 09:25:37 +0800 Subject: [PATCH] 成型机出入库 --- HH.WMS.BLL/Interface/OtherSysApi.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HH.WMS.BLL/Interface/OtherSysApi.cs b/HH.WMS.BLL/Interface/OtherSysApi.cs index 4a402f0..2875ced 100644 --- a/HH.WMS.BLL/Interface/OtherSysApi.cs +++ b/HH.WMS.BLL/Interface/OtherSysApi.cs @@ -462,7 +462,7 @@ /// </summary> /// <param name="model"></param> /// <returns></returns> - public OperateResult SendWcsCreateTask(TN_WM_TASKEntity model, ConnectBitDto bit) + public OperateResult SendWcsCreateTask(TN_WM_TASKEntity model) { List<JObject> sendParams = new List<JObject>(); JObject sendParam = new JObject(); -- Gitblit v1.9.1