- fix classe dataOrd in regole ordini
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:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user