From bf39e9009b5c17bc401bc9522316361f71a24a69 Mon Sep 17 00:00:00 2001 From: dongchangxi <458593490@qq.com> Date: Tue, 13 May 2025 17:50:06 +0800 Subject: [PATCH] 1 --- timer/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer/test.py b/timer/test.py index 8ec9e36..0d911be 100644 --- a/timer/test.py +++ b/timer/test.py @@ -27,7 +27,7 @@ for order_id in order_id_list: for key,value in printdata.items(): #去掉cm key = key.replace('cm','') - key = int(key)*10 + key = float(key)*10 print(key) print(f'执行脚本--- "python D:/make2/tools/cal_weight.py print {pid} {key} {order_id}"') #发起计算请求