mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-23 23:09:47 +08: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