Commit 17e402b5 authored by fangxinjiang's avatar fangxinjiang

B端调优---人员信息 及 角色 菜单优化

parent 768f9f79
......@@ -159,7 +159,7 @@ public class TBusSettleServiceImpl extends ServiceImpl<TBusSettleMapper, TBusSet
}
} catch (IOException e) {
return R.failed(ZIP_EXTRACT_ERROR.concat(": ").concat(e.getCause().toString()));
runTimeExceptionDiy(ZIP_EXTRACT_ERROR.concat(": ").concat(e.getCause().toString()));
} finally {
if (etractFile != null) {
FileUtil.del(etractFile);
......
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