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:
@@ -105,7 +105,7 @@ public class StoredProcedure {
|
|||||||
|
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|
||||||
if(!mrpSetupHandlerService.isGestioneAbilitata(dbName)) {
|
if (!mrpSetupHandlerService.isGestioneAbilitata(dbName)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ public class UtilityTiming {
|
|||||||
public static void logSummary(int id) {
|
public static void logSummary(int id) {
|
||||||
String summary = getSummaryAsString(id);
|
String summary = getSummaryAsString(id);
|
||||||
if (summary != null) {
|
if (summary != null) {
|
||||||
logger.info(summary);
|
logger.trace(summary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user