mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 21:28:32 +00:00
Merge branch 'pb-sync-date' of https://github.com/sartography/cr-connect-workflow into pb-sync-date
This commit is contained in:
commit
591e2f52e5
@ -475,7 +475,7 @@ class StudyService(object):
|
||||
else:
|
||||
continue
|
||||
# last_modified = parser.parse(pb_study.DATECREATED)
|
||||
if created_date.date() < StudyService.PB_MIN_DATE.date():
|
||||
if created_date.date() <= StudyService.PB_MIN_DATE.date():
|
||||
continue
|
||||
except Exception as e:
|
||||
# Last modified is null or undefined. Don't import it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user