Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -127,7 +127,7 @@ public class SetupGest {
|
|||||||
|
|
||||||
|
|
||||||
public void setSetup(Connection connection, String gestName, String section, String keySection, Object value) throws Exception {
|
public void setSetup(Connection connection, String gestName, String section, String keySection, Object value) throws Exception {
|
||||||
String sql = "";
|
String sql;
|
||||||
|
|
||||||
if (value instanceof Date) {
|
if (value instanceof Date) {
|
||||||
sql = UtilityDB.valueDateToString((Date) value, CommonConstants.DATETIME_FORMAT_YMD);
|
sql = UtilityDB.valueDateToString((Date) value, CommonConstants.DATETIME_FORMAT_YMD);
|
||||||
|
|||||||
Reference in New Issue
Block a user