|
@@ -135,7 +135,7 @@ public class XiaomanCustomerServiceImpl extends ServiceImpl<XiaomanCustomerMappe
|
|
|
|
|
|
|
|
|
|
private void processCustomer(XiaomanCustomer customer, boolean isUpdate,boolean flag) {
|
|
private void processCustomer(XiaomanCustomer customer, boolean isUpdate,boolean flag) {
|
|
- try {
|
|
+
|
|
|
|
|
|
if (!(isUpdate && flag)) {
|
|
if (!(isUpdate && flag)) {
|
|
String customerDetailJson = xiaomanApiService.getCustomerDetail(customer.getCompanyId());
|
|
String customerDetailJson = xiaomanApiService.getCustomerDetail(customer.getCompanyId());
|
|
@@ -163,9 +163,6 @@ public class XiaomanCustomerServiceImpl extends ServiceImpl<XiaomanCustomerMappe
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- } catch (Exception e) {
|
|
|
|
- e.printStackTrace();
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|