jdbcTemplateqCloud.query("select email from account where is_super_user is true and email in (?) ", new String[]{"'" + emailQ + "'"}, new RowMapper<Map>() {
@Override
...
...
@@ -2384,7 +2384,7 @@ public class ContractServiceImpl implements ContractService {