基于云平台系统功能调整

This commit is contained in:
xy
2026-01-14 20:31:58 +08:00
parent eb689c9852
commit 0502dc7508

View File

@@ -83,6 +83,9 @@ public class SysDicTreePOServiceImpl extends ServiceImpl<SysDicTreePOMapper, Sys
boolean result;
SysDicTreePO sysDicTreePO = new SysDicTreePO();
BeanUtils.copyProperties(dictTreeParam, sysDicTreePO);
if (Objects.isNull(sysDicTreePO.getType())) {
sysDicTreePO.setType(null);
}
result = this.updateById(sysDicTreePO);
if (result) {
refreshDictTreeCache();