Gestita data consegna produzione = null

This commit is contained in:
2025-11-13 19:06:12 +01:00
parent acfff8e8d6
commit fdbcc0c539

View File

@@ -1476,6 +1476,8 @@ public class GeneraOrdLav {
activityID = (String) datiOrdL.get("activity_id"); activityID = (String) datiOrdL.get("activity_id");
} }
if (dataInizProdOld != null && dataInizNew != null && dataInizProdOld != EmsRestConstants.LOCAL_DATE_NULL && dataInizNew != EmsRestConstants.LOCAL_DATE_NULL){
Integer ggDiff = Math.toIntExact(UtilityLocalDate.daysAfterDate(dataInizProdOld, dataInizNew)); Integer ggDiff = Math.toIntExact(UtilityLocalDate.daysAfterDate(dataInizProdOld, dataInizNew));
if (ggDiff != 0) { if (ggDiff != 0) {
sql = "SELECT * FROM dtb_ordr"; sql = "SELECT * FROM dtb_ordr";
@@ -1521,6 +1523,7 @@ public class GeneraOrdLav {
} }
} }
} }
}
private static void riproporzionaQtaOrd(Connection conn, String gestione, Date dataOrd, Integer numOrd, Integer rigaOrd, BigDecimal qtaProd, BigDecimal rapConv, DtbOrdt ordT, BigDecimal valUntProd) throws SQLException, IllegalAccessException, DataConverterNotFoundException, InstantiationException { private static void riproporzionaQtaOrd(Connection conn, String gestione, Date dataOrd, Integer numOrd, Integer rigaOrd, BigDecimal qtaProd, BigDecimal rapConv, DtbOrdt ordT, BigDecimal valUntProd) throws SQLException, IllegalAccessException, DataConverterNotFoundException, InstantiationException {
String sql; String sql;