Merge branch 'hotfix/新增刀具按批次管理' into hotfix/新增刀具按批次管理_1.1

# Conflicts:
#	sf_tool_management/controllers/controllers.py
This commit is contained in:
yuxianghui
2024-06-06 09:17:32 +08:00
14 changed files with 558 additions and 296 deletions

View File

@@ -126,4 +126,4 @@ class Manufacturing_Connect(http.Controller):
except Exception as e:
res = {'Succeed': False, 'ErrorCode': 202, 'Error': e}
logging.info('put_tool_preset_parameter_port error:%s' % e)
return json.JSONEncoder().encode(res)
return json.JSONEncoder().encode(res)