@@ -230,6 +230,7 @@ func (this *YanxuanSpecialController) Detail() {
return
}
if item.UserId != sysUser.UserId && item.Status != 3 && !strings.Contains(cnf.ConfigValue, sysUser.Mobile) {
+ resp.CygxYanxuanSpecialItem = *new(models.CygxYanxuanSpecialItem) // 如果内容不可见,就把内容置空
resp.HasPermission = 2