基于云平台系统功能调整
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user