Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-05-13 09:43:45 +02:00

View File

@@ -844,7 +844,7 @@ public class OrderVerify {
flagTipoPromo) throws Exception {
String ls_query, ls_codAliq, ls_flagTipoPromo, ls_error;
double lc_qtaVend, lc_qtaOmaggio, lc_qtaOrd;
long ll_row;
int ll_row;
boolean lcl_return = true;
@@ -912,7 +912,7 @@ public class OrderVerify {
HashMap<String, Object> result = UtilityDB.executeSimpleQueryOnlyFirstRow(conn, ls_query);
Double percSco4 = (double) 0;
if (result != null){
ll_row = (Long) result.get("id");
ll_row = (int) result.get("id");
percSco4 = ((BigDecimal) result.get("perc_sco4")).doubleValue();
}
if (ll_row == 1) {