diff --git a/src/main/java/com/kiisoo/ic/store/service/StorePromotionDataService.java b/src/main/java/com/kiisoo/ic/store/service/StorePromotionDataService.java index f63f9c7..2151987 100644 --- a/src/main/java/com/kiisoo/ic/store/service/StorePromotionDataService.java +++ b/src/main/java/com/kiisoo/ic/store/service/StorePromotionDataService.java @@ -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;