Преглед изворни кода

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

xingzai пре 2 година
родитељ
комит
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