Переглянути джерело

Merge branch 'cygx_12.0' into debug

ziwen 1 рік тому
батько
коміт
f1cfc076a4
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

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