fix 修复 PlusSmsDao#clean 方法书写错误
This commit is contained in:
parent
9da3d25292
commit
73d5fbd085
@ -66,7 +66,7 @@ public class PlusSmsDao implements SmsDao {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void clean() {
|
public void clean() {
|
||||||
RedisUtils.deleteObject(GlobalConstants.GLOBAL_REDIS_KEY + "sms:");
|
RedisUtils.deleteKeys(GlobalConstants.GLOBAL_REDIS_KEY + "sms:*");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user