@@ -1214,7 +1214,7 @@ func (s *subscribePush) getDefaultDatasSQL(bsp *ViewCondition) (str string) {
bools := []string{}
musts := []string{}
//发布时间最新7天(正式环境需要修改)
- musts = append(musts, fmt.Sprintf(bidTime, time.Now().AddDate(-7, 0, -7).Unix()))
+ musts = append(musts, fmt.Sprintf(bidTime, time.Now().AddDate(0, 0, -7).Unix()))
//省份
areaCity := []string{}
if len(bsp.Area) > 0 {