mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2025-08-29 09:04:04 +00:00
fix 修复 PlusSmsDao#clean 方法书写错误
This commit is contained in:
@@ -66,7 +66,7 @@ public class PlusSmsDao implements SmsDao {
|
||||
*/
|
||||
@Override
|
||||
public void clean() {
|
||||
RedisUtils.deleteObject(GlobalConstants.GLOBAL_REDIS_KEY + "sms:");
|
||||
RedisUtils.deleteKeys(GlobalConstants.GLOBAL_REDIS_KEY + "sms:*");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user