Skip to content

Commit ddc965b

Browse files
author
Parvatam
committed
Test
1 parent 71057d4 commit ddc965b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Result saveSfContact(@RequestParam(name = "id")String id) {
9393
List<HerokuResponse> herokuResult = new ArrayList<>();
9494
try (Connection connection = dataSource.getConnection()) {
9595
Statement stmt = connection.createStatement();
96-
ResultSet rs = stmt.executeQuery("select * from salesforcecgoconnect.account where and salesforcecgoconnect.account.recordtypeid = '" + id + "'");
96+
ResultSet rs = stmt.executeQuery("select * from salesforcecgoconnect.account where salesforcecgoconnect.account.recordtypeid = '" + id + "'");
9797

9898
while (rs.next()){
9999
HerokuResponse herokuResponse = new HerokuResponse();

0 commit comments

Comments
 (0)