Browse Source

Merge branch 'cygx_9.3.1_0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 years ago
parent
commit
6b270d201c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/activity_special.go

+ 1 - 1
services/activity_special.go

@@ -407,7 +407,7 @@ func GetActivitySpecialPrepareList(user *models.WxUserItem, startSize, pageSize
 		return
 	}
 
-	//conditionNoTripSql += `  ORDER BY art.last_updated_time DESC `
+	conditionNoTripSql += `  ORDER BY art.last_updated_time DESC `
 	list, e = models.GetCygxActivitySpecialDetailList(conditionNoTripSql, pars, user.UserId, startSize, pageSize)
 	if e != nil {
 		err = errors.New("GetCygxActivitySpecialDetailList, Err: " + e.Error())