Explorar el Código

Merge branch 'release/v4.10.5_wh' of qmx/jy into release/v4.10.5

王浩 hace 4 meses
padre
commit
51a22a70e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/jfw/modules/subscribepay/src/service/vipGift.go

+ 1 - 1
src/jfw/modules/subscribepay/src/service/vipGift.go

@@ -111,7 +111,7 @@ func (t *VipGift) InformInfo() {
 	chatIdInt := gconv.Int64(encrypt.SE.Decode4HexByCheck(giftId))
 	data := util.Mysql.FindOne("vip_gift_records", map[string]interface{}{
 		"id": chatIdInt,
-	}, "giftUserPhone,createTime,recipientUserPhone,duration,nickname,vipStartTime,vipEndTime,areacount,itype", "")
+	}, "giftUserPhone,createTime,recipientUserPhone,recipientUserId,duration,nickname,vipStartTime,vipEndTime,areacount,itype", "")
 	if data != nil && len(*data) > 0 {
 		giftUserPhone := gconv.String((*data)["giftUserPhone"])
 		(*data)["giftUserPhone"] = string(giftUserPhone[0:3]) + "****" + string(giftUserPhone[len(giftUserPhone)-4:])