From 4395aa46d5af2e78cd81cabc2826e637300aa598 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Fri, 18 Oct 2019 16:28:08 +0800 Subject: [PATCH] =?UTF-8?q?[BUG][=E4=BF=AE=E6=94=B9][=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83-=E8=B4=A6=E5=8D=95-=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E5=95=86?= =?UTF-8?q?=E9=93=BA-=E9=9C=80=E8=A6=81=E6=B7=BB=E5=8A=A0=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E6=A5=BC=E5=B1=82=E6=A5=BC=E5=BA=A7=E5=95=86=E6=88=B7?= =?UTF-8?q?=E5=8F=B7=E7=AD=9B=E9=80=89-=E5=A6=82=E5=9B=BE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxRentContractMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml index c1625576b..95a745302 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -263,10 +263,10 @@ and s.shop_number like concat('%', #{shopNumber},'%') - and floor_id = #{floor} + and s.floor_id = #{floor} - and building_id = #{building} + and s.building_id = #{building} order by rc.id desc