|
|
|
@ -726,6 +726,9 @@ public class CustomerViewService {
|
|
|
|
|
if (StringUtils.isBlank(wechatUniId)){
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
if (customer.getMemberId() != null){
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
String url = "";
|
|
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
|
|