大屏接口

dev_0531
yechenhao 6 years ago
parent 8865c18afa
commit a165470ad2

@ -721,7 +721,9 @@ public class CustomerViewService {
List<OpCustomer> customers = opCustomerDOMapper.selectList(null);
//查询企业微信已配置联系我的用户
int i = 0;
for (OpCustomer customer : customers) {
i++;
String wechatUniId = customer.getWechatUniId();
if (StringUtils.isBlank(wechatUniId)){
continue;
@ -737,7 +739,7 @@ public class CustomerViewService {
if (StringUtils.isBlank(message)){
continue;
}
System.out.println(message);
System.out.println(i+"/"+customers.size()+"------"+message);
JSONObject vipJson = JSONObject.parseObject(message);
BsdVipResponse bsdResponse = vipJson.toJavaObject(BsdVipResponse.class);
if (bsdResponse.getSuccess() && bsdResponse.getData() != null){

Loading…
Cancel
Save