From 3b23e0a51a1fd9631c96037f62cd6077edc9a953 Mon Sep 17 00:00:00 2001 From: Burce Date: Thu, 31 Oct 2019 13:55:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=9B=E5=95=86][=E6=A6=82=E8=A7=88]?= =?UTF-8?q?=E5=BE=85=E5=88=86=E9=85=8D=E6=8E=92=E9=99=A4=E5=90=88=E4=BD=9C?= =?UTF-8?q?=E5=AE=A2=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/InvestCustomerMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/InvestCustomerMapper.xml b/mallinkService/src/main/resources/mapper/InvestCustomerMapper.xml index 98b74e1d8..d03eafcb0 100644 --- a/mallinkService/src/main/resources/mapper/InvestCustomerMapper.xml +++ b/mallinkService/src/main/resources/mapper/InvestCustomerMapper.xml @@ -42,7 +42,7 @@ SELECT count(1) FROM `invest_customer` c INNER JOIN `invest_demand` d ON d.`customer_id` = c.id - WHERE d.`owner` = 0 + WHERE d.`owner` = 0 AND c.type in (0,1,3) AND c.`tenant_id` = #{tenantId};