基于云平台系统功能调整
This commit is contained in:
@@ -83,6 +83,9 @@ public class SysDicTreePOServiceImpl extends ServiceImpl<SysDicTreePOMapper, Sys
|
|||||||
boolean result;
|
boolean result;
|
||||||
SysDicTreePO sysDicTreePO = new SysDicTreePO();
|
SysDicTreePO sysDicTreePO = new SysDicTreePO();
|
||||||
BeanUtils.copyProperties(dictTreeParam, sysDicTreePO);
|
BeanUtils.copyProperties(dictTreeParam, sysDicTreePO);
|
||||||
|
if (Objects.isNull(sysDicTreePO.getType())) {
|
||||||
|
sysDicTreePO.setType(null);
|
||||||
|
}
|
||||||
result = this.updateById(sysDicTreePO);
|
result = this.updateById(sysDicTreePO);
|
||||||
if (result) {
|
if (result) {
|
||||||
refreshDictTreeCache();
|
refreshDictTreeCache();
|
||||||
|
|||||||
Reference in New Issue
Block a user