ziwen 1 rok temu
rodzic
commit
d318e2d2c1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

@@ -48,7 +48,7 @@ func (this *YanxuanSpecialController) List() {
 		return
 	}
 
-	condition += ` AND a.status = 2 `
+	condition += ` AND a.status = 3 `
 
 	list, tmpErr := models.GetYanxuanSpecialList(sysUser.UserId, condition, pars)
 	if tmpErr != nil {