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