From 2fdf959ac739edd6de84aa8053b8b9683dce8e8b Mon Sep 17 00:00:00 2001 From: zhao Date: 星期三, 07 七月 2021 14:53:24 +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