- fix classe dataOrd in regole ordini
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-11-24 09:59:55 +01:00
parent cbb50132da
commit 68eadae6fa

View File

@@ -571,7 +571,7 @@ public class OrderRules extends QueryRules {
}
public static boolean checkDeleteOrd(Connection conn, String gestione, Date dataOrd, Integer numOrd, Integer rigaOrd) throws Exception {
public static boolean checkDeleteOrd(Connection conn, String gestione, LocalDate dataOrd, Integer numOrd, Integer rigaOrd) throws Exception {
String sql =
Query.format(
"SELECT Cast(count(*) As BIT)\n" +