Changes for page Rooms
Last modified by Ricardo Julio Rodríguez Fernández on 2024/03/13 12:06
From version 18.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/11 20:25
on 2024/03/11 20:25
Change comment:
There is no comment for this version
To version 28.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/11 20:32
on 2024/03/11 20:32
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,10 +1,10 @@ 1 1 {{groovy}} 2 2 import groovy.sql.Sql 3 3 def sql = new Sql(services.igfaebbdddummyas.getConnection()) 4 -sql.eachRow(' 5 - SELECT * FROM json 6 - '){ 7 - println "${it.all_data}" 4 + 5 + sql.eachRow('SELECT * FROM json'){ 6 + println "${it.room_title}" 8 8 } 8 + 9 9 sql.close() 10 10 {{/groovy}}