Merge branch 'pb-sync-date' of https://github.com/sartography/cr-connect-workflow into pb-sync-date

This commit is contained in:
jpitts-uva 2022-09-30 13:54:26 -04:00
commit 591e2f52e5

View File

@ -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.