huangjiajun vor 1 Monat
Ursprung
Commit
ac7d9e08df
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      src/super/implement/generate_wx_ad_data_implement.go

+ 2
- 2
src/super/implement/generate_wx_ad_data_implement.go Datei anzeigen

@@ -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, ","))


Laden…
Abbrechen
Speichern