mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
1、广告分页查询广告位置组合查询修复;2、短信ip/手机号限制zset设置ttl;
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
||||
ad_redirect_url
|
||||
from advertisement
|
||||
where deleted = false
|
||||
and ad_position like concat('%', #{adPosition},'%')
|
||||
and find_in_set (#{adPosition}, ad_position)
|
||||
and status = #{status}
|
||||
and start_time <= #{now}
|
||||
and end_time >= #{now}
|
||||
|
||||
Reference in New Issue
Block a user