Fix su lettura setup
This commit is contained in:
@@ -117,7 +117,7 @@ public class SetupGest {
|
|||||||
//
|
//
|
||||||
// return stbGestSetup.getValue();
|
// 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)
|
+ " WHERE gest_name = " + UtilityDB.valueToString(gestName)
|
||||||
+ " AND section = " + UtilityDB.valueToString(section)
|
+ " AND section = " + UtilityDB.valueToString(section)
|
||||||
+ " AND key_section = " + UtilityDB.valueToString(keySection);
|
+ " AND key_section = " + UtilityDB.valueToString(keySection);
|
||||||
|
|||||||
Reference in New Issue
Block a user