From 4cad0733398059aec159f7f15b2dbc4c5034ef5f Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 26 Nov 2024 09:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/super/implement/original_wx_ad_data_implement.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/super/implement/original_wx_ad_data_implement.go b/src/super/implement/original_wx_ad_data_implement.go index b6f99ed..251dda4 100644 --- a/src/super/implement/original_wx_ad_data_implement.go +++ b/src/super/implement/original_wx_ad_data_implement.go @@ -66,7 +66,7 @@ func (o OriginalWxAdDataDb) FindOriginalWxAdDataList(uuid, appId, slotId, startD sess.And("date<=?", endDate) } if appId != "" { - sess.In("app_id", strings.Split(appId, ",")) + sess.In("medium_id", strings.Split(appId, ",")) } if slotId != "" { sess.In("slot_id", strings.Split(slotId, ","))