Commit a42127ca authored by liudong1993's avatar liudong1993

1

parent d686bafa
......@@ -76,6 +76,8 @@ namespace Mall.WebApi.Controllers.MallBase
AnchorName = newParms.GetStringValue("AnchorName"),
IsSelectPayMoney = newParms.GetInt("IsSelectPayMoney", 0),
IsOffline = newParms.GetInt("IsOffline", -1),
Q_OrderEduType = newParms.GetInt("Q_OrderEduType", 0),
OrderEduType = newParms.GetInt("OrderEduType", 0)
};
demodel.TenantId = parms.TenantId;
......
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