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}