Browse Source

Merge branch 'feature/snapshot' into dev

qinchaoyue 3 months ago
parent
commit
ce3ae6a229
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Hotline.Application/Snapshot/RedPackApplication.cs

+ 2 - 1
src/Hotline.Application/Snapshot/RedPackApplication.cs

@@ -517,7 +517,8 @@ public class RedPackApplication : IRedPackApplication, IScopeDependency
             { 
                 OrderId = m.OrderId,
                 UserType = m.PeopleType,
-                IndustryName = snapshot.IndustryName
+                IndustryName = snapshot.IndustryName,
+                WXOpenId = m.WXOpenId
             }, true);
         return query;
     }