记得上下班打卡 | git大法好,push需谨慎

Commit 93785e16 authored by anjiabin's avatar anjiabin

修改redis的退款相关id获取

parent a7bd4b04
......@@ -134,6 +134,16 @@ public final class RedisUtil {
}
public void delList(List<String> key) {
if (key != null && key.size() > 0) {
for(String keyStr:key){
redisConfig.getRedisTemplateByDb(MathUtil.getIndex(keyStr)).delete(keyStr);
}
// redisTemplate.delete(key);
}
}
// ============================String=============================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment