diff --git a/mallinkService/src/main/resources/mapper/TtOrderMapper.xml b/mallinkService/src/main/resources/mapper/TtOrderMapper.xml index 5a9e752d1..8e50b855f 100644 --- a/mallinkService/src/main/resources/mapper/TtOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/TtOrderMapper.xml @@ -92,8 +92,8 @@ and o.`title` like concat('%', #{productTitle},'%') - - and o.merchant_id = #{authorId} + + and o.merchant_id = #{merchantId} @@ -185,8 +185,8 @@ and o.`order_status` = #{orderStatus} - - and o.merchant_id = #{authorId} + + and o.merchant_id = #{merchantId}