{Rows:[ <#list p.content as doc> <#assign i=0> { "id":"${doc.id}", "title":" <#if doc.top??&&doc.top>[置顶]<#if doc.recommend>[推荐]${doc.title!?html}", "style":"<#list typeList as type><#if doc.style??&&doc.style?contains(type.id?string)><#assign i=i+1><#if i gt 1>  ${type.name}", "inputUser":"${doc.user.username!} (<#if doc.inputDepart??>${doc.inputDepart.name!}<#else>信息报送)", "status":"${doc.statusString!}", "status1":"${doc.status!}", "releaseDate":"${doc.releaseDate?string('yyyy-MM-dd')}" }<#if doc_has_next>, ],Total:"${p.totalElements!}" }