mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
1、广告管理完善;2、菜单来源类型 -> 归属类型;
This commit is contained in:
@@ -100,9 +100,6 @@ xxl:
|
||||
admin:
|
||||
addresses: http://127.0.0.1:9090/xxl-job-admin # 调度中心部署跟地址
|
||||
|
||||
# 广告图片文件
|
||||
adImageFile:
|
||||
filepath: E:\ceshi123\
|
||||
|
||||
--- #################### 服务保障相关配置 ####################
|
||||
|
||||
|
||||
+2
-8
@@ -29,23 +29,17 @@
|
||||
|
||||
<select id="selectAdList"
|
||||
resultType="com.cf.imes.module.system.controller.admin.funds.advertisement.vo.AdvertisementRespVO">
|
||||
|
||||
|
||||
select id,
|
||||
ad_image_path,
|
||||
sort,
|
||||
ad_redirect_url
|
||||
|
||||
from advertisement
|
||||
|
||||
where deleted = false
|
||||
and ad_image_path like concat('%', #{adPosition},'%')
|
||||
and ad_position like concat('%', #{adPosition},'%')
|
||||
and status = #{status}
|
||||
and start_time <= #{now}
|
||||
and end_time >= #{now}
|
||||
order by sort desc , update_time desc
|
||||
|
||||
|
||||
order by sort desc
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user