mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
广告管理service、controller单元测试完善
This commit is contained in:
+4
-4
@@ -35,10 +35,10 @@
|
||||
ad_redirect_url
|
||||
from advertisement
|
||||
where deleted = false
|
||||
and find_in_set (#{adPosition}, ad_position)
|
||||
and status = #{status}
|
||||
and start_time <= #{now}
|
||||
and end_time >= #{now}
|
||||
and CONCAT(',', ad_position, ',') like concat('%,', #{adPosition}, ',%')
|
||||
and status = #{status}
|
||||
and start_time <= #{now}
|
||||
and end_time >= #{now}
|
||||
order by sort desc
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user