소스 검색

1、更新接口,全量同步

liqihao 1 년 전
부모
커밋
bdfe28dc1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hx-customer/src/main/java/com/fjhx/customer/service/xiaoman/impl/XiaomanCustomerServiceImpl.java

+ 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()) {