|
@@ -401,7 +401,7 @@ public class SysDictServiceImpl extends ServiceImpl<SysDictMapper, SysDict> impl
|
|
|
//修改子字典
|
|
|
update(new SysDict().setPaterCode(obj.getCode()), new LambdaQueryWrapper<SysDict>().eq(SysDict::getPaterCode, sysDict.getCode()));
|
|
|
//日志
|
|
|
- SysDictLog sysDictLog = BeanUtil.copyProperties(sysDict, SysDictLog.class);
|
|
|
+ SysDictLog sysDictLog = BeanUtil.copyProperties(update, SysDictLog.class);
|
|
|
sysDictLogService.handleLog(sysDict, sysDictLog, EnumSysDictOperateType.UPDATE);
|
|
|
|
|
|
//刷新redis
|