Finish Hotfix-89
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:
@@ -619,7 +619,7 @@ public class AccountingRules extends QueryRules {
|
||||
} else {
|
||||
String sql =
|
||||
Query.format(
|
||||
"SELECT cast(count(*) as bit)" +
|
||||
"SELECT cast(case when count(*) > 1 THEN 1 ELSE 0 eND as bit) " +
|
||||
" FROM ctb_parr " +
|
||||
" WHERE cod_anag = %s AND " +
|
||||
"tipo_anag = %s AND " +
|
||||
|
||||
Reference in New Issue
Block a user