浏览代码

Merge branch 'feature/v4.10.11' of qmx/jy into feature/v4.10.14

fuwencai 3 月之前
父节点
当前提交
f5f9bfc78a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/subscribepay/src/entity/equityCode.go

+ 1 - 1
src/jfw/modules/subscribepay/src/entity/equityCode.go

@@ -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)