From 95f610d86d3f6008f0383cc543a75e3cd3e04bf7 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Sun, 26 Apr 2020 16:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=AE=A2=E6=88=B7=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/kiisoo/ic/store/service/StorePromotionDataService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;