Commit 72ac6b17 authored by 金凯强's avatar 金凯强 🎨

字段名修改

parent d09a60ab
......@@ -19,7 +19,7 @@ class InstallService(HSBaseUCService):
project_info = conncetion_service.get_project_info()
if not project_info:
raise HSException('项目信息未查到,请先配置')
project_code = project_info['project_code']
project_code = project_info['project_no']
self.install_huansi_runner(project_code)
def install_huansi_runner(self, HSCUSCODE):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment