@@ -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