Commit 76f3da53 authored by 黄奎's avatar 黄奎

11

parent bc40df6e
......@@ -1202,8 +1202,8 @@ namespace Mall.Module.TradePavilion
}
if (!string.IsNullOrWhiteSpace(model.BrandModel.PropertyDemand))
{
model.BrandModel.PropertyDemandList =
JsonConvert.DeserializeObject<List<string>>(model.BrandModel.PropertyDemand);
model.BrandModel.PropertyDemandList = Common.ConvertHelper.ConvertToListString(model.BrandModel.PropertyDemand);
//JsonConvert.DeserializeObject<List<string>>(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