Working on integration with Svelte and cont_edu

This commit is contained in:
Scott Idem
2021-08-04 21:10:51 -04:00
parent 42242a6b35
commit 59ce3acd8f

View File

@@ -240,7 +240,7 @@ async def search_cont_edu_cert_person_obj_li(
FROM `v_cont_edu_cert_person` AS cont_edu_cert_person FROM `v_cont_edu_cert_person` AS cont_edu_cert_person
WHERE cont_edu_cert_person.account_id = :account_id 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.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.given_name LIKE :given_name
AND cont_edu_cert_person.family_name LIKE :family_name) AND cont_edu_cert_person.family_name LIKE :family_name)
AND cont_edu_cert_person.email LIKE :email AND cont_edu_cert_person.email LIKE :email