Commit 1663dc0e authored by huyuchen's avatar huyuchen

菜单权限修改

parent 679c7247
...@@ -235,13 +235,16 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -235,13 +235,16 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
excelWriter.finish(); excelWriter.finish();
} }
} catch (Exception e) { } catch (Exception e) {
redisUtil.remove(key);
log.error("执行异常", e); log.error("执行异常", e);
} finally { } finally {
try { try {
if (null != out) { if (null != out) {
out.close(); out.close();
} }
redisUtil.remove(key);
} catch (IOException e) { } catch (IOException e) {
redisUtil.remove(key);
log.error("执行异常", e); log.error("执行异常", e);
} }
} }
......
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