Sfoglia il codice sorgente

Merge branch 'cygx_need_905' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 1 anno fa
parent
commit
5fb279e058
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      controllers/cygx/user.go

+ 3 - 0
controllers/cygx/user.go

@@ -434,6 +434,9 @@ func (this *UserController) List() {
 					list[k].Status += "(预备)"
 				}
 			}
+			if v.Status == "永续" {
+				v.Status = "X类试用"
+			}
 			userIds += strconv.Itoa(int(v.UserId)) + ","
 			userIdArr = append(userIdArr, int(v.UserId))