From 70b64c76a004a7d2d29612f7dccc455724b9b5fc Mon Sep 17 00:00:00 2001 From: dongchangxi <458593490@qq.com> Date: Mon, 4 Aug 2025 16:36:30 +0800 Subject: [PATCH] 1 --- timer/test_external_order.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/timer/test_external_order.py b/timer/test_external_order.py index 08aa311..0e7a0fc 100644 --- a/timer/test_external_order.py +++ b/timer/test_external_order.py @@ -285,9 +285,13 @@ def export_and_update_glbs(pid,order_ids): def createGlb(pid,order_ids): #下载obj文件 + print(f'{time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())} pid: {pid} 开始下载obj文件...') down_obj_from_oss(config.workdir, pid, "print") + print(f'{time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())} pid: {pid} 下载obj文件完成...') #检测mtl 文件是否正常, + print(f'{time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())} pid: {pid} 开始检测mtl文件...') isNormal = checkDownloadFile(pid) + print(f'{time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())} pid: {pid} 检测mtl文件完成...') if isNormal == False: print(f'{pid}的mtl文件检测出现问题,不执行该笔任务,调用取消的接口') for order_id in order_ids: