Commit 243f0789 authored by huyuchen's avatar huyuchen

商险优化修改

parent 332bba9f
...@@ -2766,9 +2766,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -2766,9 +2766,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
} }
} }
} }
if (Common.isNotNull(mapSelectVo)) {
mapSelectVo.clear();
}
} }
} }
...@@ -2795,9 +2792,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -2795,9 +2792,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
} }
} }
} }
if (Common.isNotNull(mapSelectVo)) {
mapSelectVo.clear();
}
} }
} }
...@@ -2823,9 +2817,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -2823,9 +2817,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
} }
redisUtil.remove(redisKey); redisUtil.remove(redisKey);
} }
if (Common.isNotNull(mapSelectVo)) {
mapSelectVo.clear();
}
redisUtil.remove(key); redisUtil.remove(key);
} }
...@@ -2880,9 +2871,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -2880,9 +2871,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
} }
redisUtil.remove(redisKey); redisUtil.remove(redisKey);
} }
if (Common.isNotNull(mapSelectVo)) {
mapSelectVo.clear();
}
} }
} }
...@@ -2919,9 +2907,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -2919,9 +2907,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
} }
redisUtil.remove(redisKey); redisUtil.remove(redisKey);
} }
if (Common.isNotNull(mapSelectVo)) {
mapSelectVo.clear();
}
} }
} }
......
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