liyg 1 년 전
부모
커밋
24b161afe1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

@@ -1066,7 +1066,7 @@
         'materialName' "prop"
         from RMS_MATERIAL RC
         left join rms_material_map t
-        on t.prod_code_l = b.material_code
+        on t.prod_code_l = RC.MATERIAL_CODE
         <where>
             DELETED = 0
             <if test="index!=null and index!=''">