This commit is contained in:
michaela.buzalkova
2025-09-30 06:43:53 +02:00
parent 2f40c76b72
commit 1d6d9328ba

View File

@@ -30,7 +30,7 @@ def prepare_processed_rcs():
con=get_medicus_connection()
cur=con.cursor()
cur.execute("select rodcis, prijmeni, jmeno from kar where rodcis starting with '5'")
cur.execute("select rodcis, prijmeni, jmeno from kar where rodcis starting with '3'")
rc_set_vzp=prepare_processed_rcs()