소스 검색

问题修改

zhs 2 년 전
부모
커밋
39868fe5de
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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,
             b.storage_location_name as storageLocationName,
             c.name as wllbName,
-            a.id,
-            c.code as wllbCode
+            a.id
        from tld_material_class a
        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