Browse Source

Merge branch 'master' of http://8.136.199.33:3000/hongze/hz_crm_api

hsun 1 year ago
parent
commit
888514e0af
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/yb/apply_record.go

+ 3 - 0
controllers/yb/apply_record.go

@@ -374,6 +374,9 @@ func (this *ApplyRecordController) UserApplyList() {
 		} else if v.Email != "" {
 			emailsSlice = append(emailsSlice, v.Email)
 		}
+		if v.MarkGroup == "" {
+			v.OpStatus = 0
+		}
 	}
 	//统计申请数
 	userApplyTotalMap := make(map[int]int)