diff --git a/src/main/resources/mapper/supplier/PurQuotationDetailMapper.xml b/src/main/resources/mapper/supplier/PurQuotationDetailMapper.xml index 9b39848..b53085f 100644 --- a/src/main/resources/mapper/supplier/PurQuotationDetailMapper.xml +++ b/src/main/resources/mapper/supplier/PurQuotationDetailMapper.xml @@ -217,10 +217,13 @@ ,act_reply_date = #{actReplyDate} where order_no = #{orderNo} - and site = #{site} and item_no = #{itemNo} + and part_no = #{partNo} + + and item_no = #{itemNo} +