Browse Source

问题修改

zhs 2 years ago
parent
commit
39868fe5de
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/resources/mapper/MaterialClassMapper.xml

+ 1 - 2
src/main/resources/mapper/MaterialClassMapper.xml

@@ -9,8 +9,7 @@
             a.storage_location_code,
             a.storage_location_code,
             b.storage_location_name as storageLocationName,
             b.storage_location_name as storageLocationName,
             c.name as wllbName,
             c.name as wllbName,
-            a.id,
-            c.code as wllbCode
+            a.id
        from tld_material_class a
        from tld_material_class a
        left join tld_storage_location b on a.storage_location_code = b.storage_location_code
        left join tld_storage_location b on a.storage_location_code = b.storage_location_code
        left join tld_material c on a.wllb_code = c.tld_id
        left join tld_material c on a.wllb_code = c.tld_id