Commit a69f23cc authored by 吴春's avatar 吴春

提交代码

parent d39e2052
...@@ -2639,8 +2639,20 @@ namespace Mall.Module.User ...@@ -2639,8 +2639,20 @@ namespace Mall.Module.User
{ {
return ""; return "";
} }
List<string> template_message_list = new List<string>();
var minModel = miniProgramRepository.GetEntity(mallBaseId);
if (minModel != null)
{
if (!string.IsNullOrWhiteSpace(minModel.AuditResultTpl))
{
template_message_list.Add(minModel.AuditResultTpl);
}
}
return new return new
{ {
template_message_list,
CustomModel = new CustomModel = new
{ {
CustomModel.HeadImage, CustomModel.HeadImage,
......
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