Commit e0aa3d0b authored by hongguangwu's avatar hongguangwu

MVP1.7.0 优化

parent ea9d935b
...@@ -92,7 +92,7 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper, ...@@ -92,7 +92,7 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper,
// 缓存信息 // 缓存信息
private final CacheManager cacheManager; private final CacheManager cacheManager;
private AtomicInteger importTwoAtomicInteger = new AtomicInteger(0); private final AtomicInteger importTwoAtomicInteger = new AtomicInteger(0);
private final SysConfigLimitMapper configLimitMapper; private final SysConfigLimitMapper configLimitMapper;
......
...@@ -74,7 +74,7 @@ public class TSalaryStandardOriginalServiceImpl extends ServiceImpl<TSalaryStand ...@@ -74,7 +74,7 @@ public class TSalaryStandardOriginalServiceImpl extends ServiceImpl<TSalaryStand
private final TSalaryStandardOriginalDetailService tSalaryStandardOriginalDetailService; private final TSalaryStandardOriginalDetailService tSalaryStandardOriginalDetailService;
private AtomicInteger importAtomicInteger = new AtomicInteger(0); private final AtomicInteger importAtomicInteger = new AtomicInteger(0);
private final SysConfigLimitMapper configLimitMapper; private final SysConfigLimitMapper configLimitMapper;
......
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