Changes for page Predoctoral staff: historical record
Last modified by Ricardo Julio Rodríguez Fernández on 2025/07/13 08:08
From version 6.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/01/14 19:40
on 2024/01/14 19:40
Change comment:
There is no comment for this version
To version 8.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/01/14 20:35
on 2024/01/14 20:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,14 +3,15 @@ 1 -{{velocity}}$doc.documentReference{{/velocity}} 2 - 3 3 {{groovy}} 4 4 import groovy.sql.Sql 5 5 6 6 def sql = new Sql(services.component.getConnection()) 7 7 8 - println "|= Surname|= Name|= Category" 9 - sql.eachRow("SELECT Surname,Name,Category FROM IGFAE_Personnel ORDER BY Surname"){ 10 - println "|${it.Surname}|${it.Name}|${it.Category}" 6 + println "|=Pid|= Surname|= Name|= Category" 7 + sql.eachRow("SELECT PersonnelID,Surname,Name,Category FROM IGFAE_Personnel ORDER BY Surname"){ 8 + println "|${it.PersonnelID}|${it.Surname}|${it.Name}|${it.Category}" 11 11 } 12 12 sql.close() 13 13 14 14 {{/groovy}} 13 + 14 +Page reference: {{velocity}}$doc.documentReference{{/velocity}} 15 +