|
|
@@ -97,5 +97,8 @@ public class ConfigsServiceImpl implements ConfigsService{
|
|
|
con.setCompanyId(BaseContextHolder.getCompanyId());
|
|
|
configsMapper.updateByCodeSelective(con);
|
|
|
}
|
|
|
+ DocBaseDTO baseDTO = new DocBaseDTO(null, "Configs", "Configs");
|
|
|
+ //日志记录
|
|
|
+ messageLogService.update(baseDTO);
|
|
|
}
|
|
|
}
|