@@ -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 {