feat(news): 支持新闻中心多站点隔离功能

新增站点编码配置,支持新闻分类与文章按站点隔离。主要变更包括:
- 数据库表增加 site_code 字段及索引
- 后台管理界面支持按站点筛选
- 前台接口支持通过查询参数或请求头指定站点
- 新增站点配置与解析逻辑
This commit is contained in:
2026-05-05 15:09:49 +08:00
parent d129d64ebd
commit 3daa0273a4
76 changed files with 592 additions and 114 deletions

View File

@@ -2,6 +2,7 @@ com\wuhansaga\server\entity\CaseStudy.class
com\wuhansaga\server\WuhanSagaApplication.class
com\wuhansaga\server\entity\CompanyInfo.class
com\wuhansaga\server\controller\portal\PortalAboutController.class
com\wuhansaga\server\constant\SiteCodes.class
com\wuhansaga\server\mapper\SingleEquipmentMapper.class
com\wuhansaga\server\mapper\ProductCategoryMapper.class
com\wuhansaga\server\service\WorkshopService.class
@@ -33,6 +34,7 @@ com\wuhansaga\server\common\GlobalExceptionHandler.class
com\wuhansaga\server\mapper\NewsCategoryMapper.class
com\wuhansaga\server\controller\admin\AdminMediaController.class
com\wuhansaga\server\mapper\ProductMediaMapper.class
com\wuhansaga\server\config\PortalSiteResolver.class
com\wuhansaga\server\service\CaseCategoryService.class
com\wuhansaga\server\service\ProductLineService.class
com\wuhansaga\server\service\SingleEquipmentService.class
@@ -65,6 +67,7 @@ com\wuhansaga\server\service\SparePartService.class
com\wuhansaga\server\mapper\CoreTechnologyMapper.class
com\wuhansaga\server\mapper\ProductLineMapper.class
com\wuhansaga\server\controller\admin\AdminNewsController.class
com\wuhansaga\server\config\PortalSiteProperties.class
com\wuhansaga\server\controller\admin\AdminSparePartController.class
com\wuhansaga\server\service\NewsService.class
com\wuhansaga\server\controller\admin\AdminCoreTechnologyController.class