1、广告管理完善;2、菜单来源类型 -> 归属类型;

This commit is contained in:
gaoqr
2025-08-29 17:37:43 +08:00
parent 6ef39950bf
commit 976d371125
23 changed files with 326 additions and 485 deletions
@@ -100,9 +100,6 @@ xxl:
admin:
addresses: http://127.0.0.1:9090/xxl-job-admin # 调度中心部署跟地址
# 广告图片文件
adImageFile:
filepath: E:\ceshi123\
--- #################### 服务保障相关配置 ####################
@@ -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 &lt;= #{now}
and end_time &gt;= #{now}
order by sort desc , update_time desc
order by sort desc
</select>