@@ -434,6 +434,9 @@
#{productId}
</foreach>
</if>
+ <if test="costParam.productId != null and costParam.productId != '' ">
+ AND pc.product_id = #{costParam.productId}
+ </if>
<if test="costParam.agreementId != null and costParam.agreementId != ''">
AND pc.ptl_agreement_id = #{costParam.agreementId}