获取客户统计数据

master
yechenhao 6 years ago
parent 850fbe1975
commit 95f610d86d

@ -242,7 +242,7 @@ public class StorePromotionDataService {
Date endDate = sdf.parse("2020-04-12");
wxCusInfoReqDO.setStart_time(startDate.getTime()/1000);
wxCusInfoReqDO.setEnd_time(endDate.getTime()/1000);
WxCusInfoRespDO wxCusInfoRespDO = getWxCusInfoBSD(wxCusInfoReqDO);
WxCusInfoRespDO wxCusInfoRespDO = getWxCusInfo(wxCusInfoReqDO);
if (wxCusInfoRespDO.getNegative_feedback_cnt() == Constants.CONTACT_COUNT_ZERO &&
wxCusInfoRespDO.getNew_contact_cnt() == Constants.CONTACT_COUNT_ZERO) {
return;

Loading…
Cancel
Save