Parcourir la source

1、更新接口,全量同步

liqihao il y a 1 an
Parent
commit
bdfe28dc1e

+ 1 - 1
hx-customer/src/main/java/com/fjhx/customer/service/xiaoman/impl/XiaomanCustomerServiceImpl.java

@@ -269,7 +269,7 @@ public class XiaomanCustomerServiceImpl extends ServiceImpl<XiaomanCustomerMappe
                 customerService.updateById(customer);
             }
         }else {
-            customerConversionAll(vo);
+            return customerConversionAll(vo);
         }
         SecurityUtils.clearTenantId();
         if (!list.isEmpty()) {