ltkj-admin/src/main/java/com/ltkj/web/controller/app/WxloginController.java
@@ -388,7 +388,7 @@ LambdaQueryWrapper<TjCustomer> qw = new LambdaQueryWrapper<>(); qw.eq(TjCustomer::getCusPhone, phone); List<TjCustomer> tjCustomer1 = customerService.list(qw); if (tjCustomer1 != null && tjCustomer1.size()>0) { if (tjCustomer1 != null && !tjCustomer1.isEmpty()) { for (TjCustomer tjCustomer : tjCustomer1) { tjCustomer.setConnect(openId); customerService.updateById(tjCustomer);