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