diff --git a/api/api_v1/endpoints/interview.py b/api/api_v1/endpoints/interview.py index 7f44fd3..41769b8 100644 --- a/api/api_v1/endpoints/interview.py +++ b/api/api_v1/endpoints/interview.py @@ -588,6 +588,7 @@ async def file_to_hw( # data_mode['remembrance'] = [] # 字符串转datetime + if data_mode.get('in_time', ''): chk_in_time = data_mode['in_time'].replace('-', '/').replace('.', '/') if len(chk_in_time.split('/')) == 2: