Explorar o código

Merge branch 'cygx_12.0' into debug

ziwen hai 1 ano
pai
achega
f1cfc076a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {