Commit ccbee700 authored by liudong1993's avatar liudong1993

1

parent ef123276
......@@ -652,7 +652,9 @@ namespace Mall.WebApi.Controllers.TradePavilion
var query = new RB_Commerce_Consult_Extend()
{
LinkMan = parms.GetStringValue("LinkMan"),
ActivityId = parms.GetInt("ActivityId")
ActivityId = parms.GetInt("ActivityId"),
UserId = parms.GetInt("UserId", 0),
CompanyName = parms.GetStringValue("CompanyName")
};
query.MallBaseId = RequestParm.MallBaseId;
query.TenantId = RequestParm.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