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