Commit b98f0b25 authored by 吴春's avatar 吴春

提交代码

parent 45f60fd3
...@@ -990,7 +990,7 @@ namespace Mall.Module.Product ...@@ -990,7 +990,7 @@ namespace Mall.Module.Product
var tempList = goodsRelevanceList?.Where(qitem => qitem.GoodsId == item.GoodsId)?.ToList(); var tempList = goodsRelevanceList?.Where(qitem => qitem.GoodsId == item.GoodsId)?.ToList();
if (!string.IsNullOrWhiteSpace(item.CustomFormInfo) && listFormData?.Count == 0) if (!string.IsNullOrWhiteSpace(item.CustomFormInfo) && listFormData?.Count == 0)
{ {
listFormData = AnalyzeFormComponent(item.CustomFormInfo, isGetAnswer: false); listFormData = AnalyzeFormComponent(item.CustomFormInfo, isGetAnswer: true);
} }
resultList.Add(new resultList.Add(new
......
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