瀏覽代碼

修复location与storage_location

wangxq 3 月之前
父節點
當前提交
99c896347b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/core/production_line/production_line.py

+ 1 - 1
app/core/production_line/production_line.py

@@ -203,7 +203,7 @@ def get_resource_storage_info(resource_id):
             resource_query = """
             MATCH (n:data_resource)
             WHERE id(n) = $resource_id
-            RETURN n.location as storage_location, 
+            RETURN n.storage_location as storage_location, 
                    n.name as cn_name,
                    n.en_name as en_name
             """