temu活动列表查询

master^2
chenwenkai 19 hours ago
parent 33796e6a2a
commit 8c8442363f

@ -30614,7 +30614,12 @@ namespace TradeManageNew
string ids = "";
if (resultModel.DataSource != null)
{
foreach (var omd in resultModel.DataSource)
var Active= DataNew.GetListTemuShopGoodActive();
//foreach (var omd in resultModel.DataSource)
//{
// ids += omd.ID + ",";
//}
foreach (var omd in Active)
{
ids += omd.ID + ",";
}

Loading…
Cancel
Save