Working on integration with Svelte and cont_edu
This commit is contained in:
@@ -240,7 +240,7 @@ async def search_cont_edu_cert_person_obj_li(
|
||||
FROM `v_cont_edu_cert_person` AS cont_edu_cert_person
|
||||
WHERE cont_edu_cert_person.account_id = :account_id
|
||||
AND cont_edu_cert_person.cont_edu_cert_id IN :cont_edu_cert_id_list
|
||||
AND cont_edu_cert_person.external_id LIKE :external_id
|
||||
AND (cont_edu_cert_person.external_id LIKE :external_id OR cont_edu_cert_person.external_id IS NULL)
|
||||
AND (cont_edu_cert_person.given_name LIKE :given_name
|
||||
AND cont_edu_cert_person.family_name LIKE :family_name)
|
||||
AND cont_edu_cert_person.email LIKE :email
|
||||
|
||||
Reference in New Issue
Block a user