|
@@ -254,10 +254,10 @@ func (this *YanxuanSpecialNoLoginController) Detail() {
|
|
|
resp.IsApprovalAdmin = true
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- if resp.HasPermission != 1 || sysUser.UserId == 0 {
|
|
|
- resp.Content = utils.InterceptHtmlLength(resp.Content, 240)
|
|
|
- }
|
|
|
+ //
|
|
|
+ //if resp.HasPermission != 1 || sysUser.UserId == 0 {
|
|
|
+ // resp.Content = utils.InterceptHtmlLength(resp.Content, 240)
|
|
|
+ //}
|
|
|
|
|
|
br.Data = resp
|
|
|
br.Ret = 200
|