Skip to content

Commit

Permalink
Fix fetching free phone numbers by tel code in hid.Hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jul 8, 2019
1 parent 50497cd commit 8e6f18f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ trait Address {
FROM
SI_V_ADDRESSES A
WHERE
A.N_ADDRESS_ID = ${params.subnetAddressId}
A.N_ADDRESS_ID = ${params.telCodeId}
""", true)
}
} catch (Exception e){
Expand Down

0 comments on commit 8e6f18f

Please sign in to comment.