From 12af30d77938e47095f2f277110493fc6df000e7 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Sun, 17 May 2020 15:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/kiisoo/ic/customer/service/CustomerViewService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/kiisoo/ic/customer/service/CustomerViewService.java b/src/main/java/com/kiisoo/ic/customer/service/CustomerViewService.java index dd55048..b9d44c4 100644 --- a/src/main/java/com/kiisoo/ic/customer/service/CustomerViewService.java +++ b/src/main/java/com/kiisoo/ic/customer/service/CustomerViewService.java @@ -726,7 +726,7 @@ public class CustomerViewService { if (StringUtils.isBlank(wechatUniId)){ continue; } - if (customer.getMemberId() != null){ + if (customer.getMemberId() != 0L){ continue; } String url = "";