From dbc5043632e0f4617d739bb9532c00c8d83f57b6 Mon Sep 17 00:00:00 2001 From: furunxin <864795252@qq.com> Date: Wed, 5 Aug 2020 11:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8Cbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxMerchantMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml index 0feca470f..e0834204c 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml @@ -214,6 +214,9 @@ and `status` = #{status} + + and `type` = #{type} + order by create_date desc