长者标签去除资源的逻辑处理代码

This commit is contained in:
1378012178@qq.com 2025-10-10 10:29:06 +08:00
parent f01bd230ba
commit 9d0cf09725
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public class ElderTagServiceImpl extends ServiceImpl<ElderTagMapper, ElderTag> i
}
elderTag.setSysOrgCode(deptInfo.getString("code"));
//处理静态资源
handleMediaFile(elderTag);
// handleMediaFile(elderTag);
baseMapper.insert(elderTag);
//同步给管理平台