diff --git a/TradeManageNew/DD_OrderServiceNew.asmx.cs b/TradeManageNew/DD_OrderServiceNew.asmx.cs
index 649f2c5..23aea08 100644
--- a/TradeManageNew/DD_OrderServiceNew.asmx.cs
+++ b/TradeManageNew/DD_OrderServiceNew.asmx.cs
@@ -27152,7 +27152,7 @@ namespace TradeManageNew
///
///
[WebMethod(EnableSession = true)]
- public APIReturnModel PostTemuShipOrder(int orderid, decimal dlength, decimal dwidth, decimal dheight, decimal dweight, string warehouseId,long channelId,long shipCompanyId, int sendType,string channelText)
+ public APIReturnModel PostTemuShipOrder(int orderid, decimal dlength, decimal dwidth, decimal dheight, decimal dweight, string warehouseId,long channelId,long? shipCompanyId, int sendType,string channelText)
{
Pages.Login(this.Session);
var rmodel = new APIReturnModel();
@@ -28154,7 +28154,8 @@ namespace TradeManageNew
cmd.shipLogisticsType = fmd.ShipLogisticsType;
cmd.shippingCompanyName = fmd.ShippingCompanyName;
cmd.estimatedText = fmd.EstimatedText;
- //cmd.channelId = fmd.ChannelId;
+ cmd.channelId = fmd.ChannelId;
+
temuChannels2.Add(cmd);
}
rmodel.Datas = temuChannels2.OrderBy(r => r.postPrice);