update
This commit is contained in:
parent
6df400f31d
commit
a0401db8ed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -516,14 +516,14 @@ class SyncEhrToAdUserJob(BaseJob):
|
||||||
emp_res = ehr.get_all_employees_with_record_by_time_window(
|
emp_res = ehr.get_all_employees_with_record_by_time_window(
|
||||||
stop_time=stop_time,
|
stop_time=stop_time,
|
||||||
capacity=capacity,
|
capacity=capacity,
|
||||||
with_disabled=False,
|
with_disabled=True,
|
||||||
is_with_deleted=False,
|
is_with_deleted=True,
|
||||||
)
|
)
|
||||||
org_res = ehr.get_all_organizations_by_time_window(
|
org_res = ehr.get_all_organizations_by_time_window(
|
||||||
stop_time=stop_time,
|
stop_time=stop_time,
|
||||||
capacity=capacity,
|
capacity=capacity,
|
||||||
with_disabled=False,
|
with_disabled=True,
|
||||||
is_with_deleted=False,
|
is_with_deleted=True,
|
||||||
)
|
)
|
||||||
emp_rows = emp_res.get("data") or []
|
emp_rows = emp_res.get("data") or []
|
||||||
org_rows = org_res.get("data") or []
|
org_rows = org_res.get("data") or []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue