Просмотр исходного кода

Merge branch 'cygx_8.2' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 лет назад
Родитель
Сommit
bd034cd3e7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      services/activity_special_trip.go

+ 1 - 0
services/activity_special_trip.go

@@ -116,6 +116,7 @@ func GetTripRemainingtimesBycompany(user *models.WxUserItem, activityInfo *model
 			err = errors.New("GetActivitySpecialTripCountByActivitySpecial, Err: " + e.Error())
 			return
 		}
+		tripTota += airborneTota
 		if tripTota >= 6 {
 			errMsg = msgTemplate
 			return