Commit 13e3661f authored by 黄奎's avatar 黄奎

11

parent 76f3da53
......@@ -819,7 +819,8 @@ namespace Mall.Module.TradePavilion
}
if (!string.IsNullOrWhiteSpace(model.BrandModel.PropertyDemand))
{
model.BrandModel.PropertyDemandList =Common.ConvertHelper.ConvertToListString(model.BrandModel.PropertyDemand);
model.BrandModel.PropertyDemandList = Common.ConvertHelper.ConvertToListString(model.BrandModel.PropertyDemand);
//Common.ConvertHelper.ConvertToListString(model.BrandModel.PropertyDemand);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment