Sfoglia il codice sorgente

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

xingzai 9 mesi fa
parent
commit
a929e2895e
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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