@@ -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;
}