Kaynağa Gözat

更新

master
huangjiajun 1 ay önce
ebeveyn
işleme
ac7d9e08df
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      src/super/implement/generate_wx_ad_data_implement.go

+ 2
- 2
src/super/implement/generate_wx_ad_data_implement.go Dosyayı Görüntüle

@@ -84,7 +84,7 @@ func (g GenerateWxAdDataDb) FindGenerateWxAdDataListMedium(uuid, appId, mediumId
sess.In("app_id", strings.Split(appId, ","))
}
if adType != "" {
sess.And("ad_slot = ?", adType)
sess.In("slot_id", strings.Split(adType, ","))
}
if mediumId != "" {
sess.In("medium_id", strings.Split(mediumId, ","))
@@ -113,7 +113,7 @@ func (g GenerateWxAdDataDb) FindGenerateWxAdDataListMediumAll(uuid, appId, mediu
sess.In("app_id", strings.Split(appId, ","))
}
if adType != "" {
sess.And("ad_slot = ?", adType)
sess.In("slot_id", strings.Split(adType, ","))
}
if mediumId != "" {
sess.In("medium_id", strings.Split(mediumId, ","))


Yükleniyor…
İptal
Kaydet