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

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

@@ -920,7 +920,7 @@
         and actp.LINE_ID = #{rangeId}
       </if>
       <if test="materialId != null">
-        and acpm.MATERIAL_ID = #{materialId}
+        and acpm.MATERIAL_ID = #{materialTypeId}
       </if>
       <if test="capacityTypeId != null">
         and actp.CAPACITY_TYPE_ID = #{capacityTypeId}