Browse Source

Merge branch 'crm/crm_15.4.1' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 8 months ago
parent
commit
a929e2895e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/cygx/activity_special_trip.go

+ 3 - 0
controllers/cygx/activity_special_trip.go

@@ -135,6 +135,9 @@ func (this *ActivitySpecialTripCoAntroller) AddUser() {
 				br.ErrMsg = "获取日程数量信息失败,Err:" + err.Error()
 				return
 			}
+			if totalAll > 0 {
+				continue
+			}
 			//流水记录表
 			itemBill := new(cygx.CygxActivitySpecialTripBill)
 			itemBill.UserId = infoUser.UserId