浏览代码

no message

xingzai 9 月之前
父节点
当前提交
3dcd33a2df
共有 1 个文件被更改,包括 3 次插入0 次删除
  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