Browse Source

更新

master
huangjiajun 3 weeks ago
parent
commit
4cad073339
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/super/implement/original_wx_ad_data_implement.go

+ 1
- 1
src/super/implement/original_wx_ad_data_implement.go View File

@@ -66,7 +66,7 @@ func (o OriginalWxAdDataDb) FindOriginalWxAdDataList(uuid, appId, slotId, startD
sess.And("date<=?", endDate) sess.And("date<=?", endDate)
} }
if appId != "" { if appId != "" {
sess.In("app_id", strings.Split(appId, ","))
sess.In("medium_id", strings.Split(appId, ","))
} }
if slotId != "" { if slotId != "" {
sess.In("slot_id", strings.Split(slotId, ",")) sess.In("slot_id", strings.Split(slotId, ","))


Loading…
Cancel
Save