Loading... * 两种方案 * 两种方案都需要先在super下设置好显示信息 > 第一种:直接把所有用户的设置信息更新成super的 ```sql update userprofile set ProfileValue=(Select ProfileValue from userprofile where userid = 'super' and ProfileType='OverlayConfig' ) where ProfileType='OverlayConfig' and userid <> 'super'; ``` > 第二种:删掉除super外的其他用户设置,程序会默认读取super的设置项 ```sql delete userprofile where ProfileType='OverlayConfig' and userid <> 'super'; ``` 最后修改:2024 年 04 月 22 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏