From 841fde26d97da2a448868dce2bbe7792719521b5 Mon Sep 17 00:00:00 2001 From: xhxu Date: Thu, 27 May 2021 17:17:08 +0800 Subject: [PATCH] tt --- .../src/main/resources/mapper/TtOrderMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}