Fix su lettura setup

This commit is contained in:
2025-02-18 10:26:17 +01:00
parent 5f7c9cf71e
commit 50cb55473f

View File

@@ -117,7 +117,7 @@ public class SetupGest {
//
// return stbGestSetup.getValue();
String query = "SELECT value FROM stb_gest_setup"
String query = "SELECT ISNULL(value, '') AS value FROM stb_gest_setup"
+ " WHERE gest_name = " + UtilityDB.valueToString(gestName)
+ " AND section = " + UtilityDB.valueToString(section)
+ " AND key_section = " + UtilityDB.valueToString(keySection);