Răsfoiți Sursa

购买省份订阅包

wangshan 3 ani în urmă
părinte
comite
b2f2a90631
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/jfw/modules/subscribepay/src/entity/areaPack.go

+ 1 - 0
src/jfw/modules/subscribepay/src/entity/areaPack.go

@@ -195,6 +195,7 @@ func (this *AreaPackFilter) Power(userid string, startime, endtime time.Time) bo
 		"o_jy.o_buyset_p":  map[string]interface{}{"areacount": this.Num},
 		"o_jy.l_areaEnd_p": endtime.Unix(),
 		"o_jy.i_ppstatus":  1,
+		"o_jy.i_newfree":   1, //新免费用户=>新订阅设置页面 20211122
 	}
 	if this.OrderType == 1 || this.OrderType == 2 {
 		setMap["o_jy.l_areaStart_p"] = startime.Unix()