Explorar el Código

修复location与storage_location

wangxq hace 1 mes
padre
commit
99c896347b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
             """