From b202e45c548ab3c1e126a7ba0653b1490c7468b2 Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Wed, 13 May 2020 04:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=AD=E5=BF=83-=E6=8E=A8?= =?UTF-8?q?=E5=B9=BF=E6=95=B0=E6=8D=AE-=E5=AF=BC=E8=B4=AD=EF=BC=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=88=A0=E9=99=A4=E7=9A=84=E5=AF=BC=E8=B4=AD?= =?UTF-8?q?=EF=BC=8Cstatus=E5=AD=97=E6=AE=B5=E6=B7=BB=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/RetailCompanyMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mapper/RetailCompanyMapper.xml b/src/main/resources/mapper/RetailCompanyMapper.xml index 5d61625..2202e11 100644 --- a/src/main/resources/mapper/RetailCompanyMapper.xml +++ b/src/main/resources/mapper/RetailCompanyMapper.xml @@ -37,6 +37,7 @@ and t2.domain_id = t3.domain_id and t3.entity_id = t4.store_id and t3.type = 3 + and t4.status = 1 and t.id = #{orgId}