|
@@ -267,7 +267,7 @@ func (e *EquityCode) UseEquityCodeAndAuthority() (m string, flag bool) {
|
|
|
baseMsg = jy.GetBigVipUserBaseMsg(e.Sess, *config.Middleground)
|
|
|
distributionChannel, orderChannel = util.GetJyOrderChannel("", e.R.Header.Get("User-Agent")) //默认剑鱼标讯
|
|
|
)
|
|
|
- entName := qu.IntAll(gift["eName"])
|
|
|
+ entName := qu.ObjToString(gift["eName"])
|
|
|
orderChannel = "xdqd05"
|
|
|
distributionChannel = "x045"
|
|
|
items := util.ActivityMysql.SelectBySql(`select item_code from jianyu.dict_item where parent_code='x04' and item_name=?`, entName)
|