|
|
|
@ -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;
|
|
|
|
|