Explorar o código

feat:p719兑换中心销售渠道处理

fuwencai hai 3 meses
pai
achega
8fd07054dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)