Jelajahi Sumber

返回缺少的字段

qinchaoyue 2 bulan lalu
induk
melakukan
f2dbef56c6
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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;
     }