ziwen 1 年之前
父节点
当前提交
d318e2d2c1
共有 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 {