Commit 2aae7dcc authored by hujiebin's avatar hujiebin

首页banner转过来了。

parent b8692d71
......@@ -810,7 +810,7 @@ func GroupBannerList(c *gin.Context) (*mycontext.MyContext, error) {
model.Log.Infof("CompareVersion appVersion:%v,auditVersion:%v,allow:%v,err:%v,skip top recharge", appVersion, vc.AuditVersion, allow, err)
continue
}
if !allow && v.ID == 2301 {
if !allow && (v.ID == 2301 || v.ID == 4711 || v.ID == 2321) {
model.Log.Infof("CompareVersion appVersion:%v,auditVersion:%v,allow:%v,err:%v,skip top recharge", appVersion, vc.AuditVersion, allow, err)
continue
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment