diff --git a/check_ie_result/check_ie_result.py b/check_ie_result/check_ie_result.py index 80eb3e0..a072726 100644 --- a/check_ie_result/check_ie_result.py +++ b/check_ie_result/check_ie_result.py @@ -21,6 +21,7 @@ from ucloud import ucloud def check_ie_result(pk_phhd): + os.makedirs(f"./check_result/{pk_phhd}", exist_ok=True) json_result = {"pk_phhd": pk_phhd} session = MysqlSession() phhd = session.query(ZxPhhd.cXm).filter(ZxPhhd.pk_phhd == pk_phhd).one()