GetAllTemuShipOrderChannels 不加ChannelId

master
chenwenkai 1 month ago
parent 0a1751c1a3
commit a9ebdff9c9

@ -28154,7 +28154,7 @@ namespace TradeManageNew
cmd.shipLogisticsType = fmd.ShipLogisticsType; cmd.shipLogisticsType = fmd.ShipLogisticsType;
cmd.shippingCompanyName = fmd.ShippingCompanyName; cmd.shippingCompanyName = fmd.ShippingCompanyName;
cmd.estimatedText = fmd.EstimatedText; cmd.estimatedText = fmd.EstimatedText;
cmd.channelId = fmd.ChannelId; //cmd.channelId = fmd.ChannelId;
temuChannels2.Add(cmd); temuChannels2.Add(cmd);
} }
rmodel.Datas = temuChannels2.OrderBy(r => r.postPrice); rmodel.Datas = temuChannels2.OrderBy(r => r.postPrice);

Loading…
Cancel
Save