dongchangxi 8 months ago
parent
commit
bf39e9009b
  1. 2
      timer/test.py

2
timer/test.py

@ -27,7 +27,7 @@ for order_id in order_id_list:
for key,value in printdata.items(): for key,value in printdata.items():
#去掉cm #去掉cm
key = key.replace('cm','') key = key.replace('cm','')
key = int(key)*10 key = float(key)*10
print(key) print(key)
print(f'执行脚本--- "python D:/make2/tools/cal_weight.py print {pid} {key} {order_id}"') print(f'执行脚本--- "python D:/make2/tools/cal_weight.py print {pid} {key} {order_id}"')
#发起计算请求 #发起计算请求

Loading…
Cancel
Save