@@ -388,10 +388,8 @@ func GetActivitySpecialList(user *models.WxUserItem, currentIndex, pageSize int,
var startSizePrepare, pageSizePrepare int
//全是确定行程的查询数据
if totalConfirm >= currentIndex*pageSize {
- total = totalConfirm
startSizePrepare = 0
pageSizePrepare = 0
- return
} else if totalConfirm > (currentIndex-1)*pageSize && totalConfirm < currentIndex*pageSize {
//一半确认行程一半预报名