Commit d686bafa authored by liudong1993's avatar liudong1993

1

parent d6921e0e
......@@ -908,6 +908,8 @@ namespace Mall.Module.User
}
#region 推送企业微信
if (oldOrder.OrderEduType == 2)
{
string GoodsName = orderGoodsList.FirstOrDefault()?.GoodsName ?? "";
if (orderGoodsList.Count() > 1)
{
......@@ -933,6 +935,7 @@ namespace Mall.Module.User
{
LogHelper.Write(ex, "EduPushOrderProperty");
}
}
#endregion
#region 财务配置
......
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