|
|
@@ -137,7 +137,7 @@ public class AppCockpitServiceImpl implements AppCockpitService {
|
|
|
vo.getBankingGa38().setGa382015(baseInfoDto.getBankingGA382015());
|
|
|
vo.getBankingGa38().setNotreach(baseInfoDto.getBankingCount() - baseInfoDto.getBankingGA382021() - baseInfoDto.getBankingGA382015());
|
|
|
|
|
|
- vo.setOnlineGa38(new AppGa38RateVo());
|
|
|
+ /*vo.setOnlineGa38(new AppGa38RateVo());
|
|
|
vo.getOnlineGa38().setGa382021(baseInfoDto.getOnlineGA382021());
|
|
|
vo.getOnlineGa38().setGa382015(baseInfoDto.getOnlineGA382015());
|
|
|
vo.getOnlineGa38().setNotreach(baseInfoDto.getOnlineATMCount() - baseInfoDto.getOnlineGA382021() - baseInfoDto.getOnlineGA382015());
|
|
|
@@ -145,7 +145,7 @@ public class AppCockpitServiceImpl implements AppCockpitService {
|
|
|
vo.setOfflineGa38(new AppGa38RateVo());
|
|
|
vo.getOfflineGa38().setGa382021(baseInfoDto.getOffATMGA382021());
|
|
|
vo.getOfflineGa38().setGa382015(baseInfoDto.getOffATMGA382015());
|
|
|
- vo.getOfflineGa38().setNotreach(baseInfoDto.getOffATMCount() - baseInfoDto.getOffATMGA382021() - baseInfoDto.getOffATMGA382015());
|
|
|
+ vo.getOfflineGa38().setNotreach(baseInfoDto.getOffATMCount() - baseInfoDto.getOffATMGA382021() - baseInfoDto.getOffATMGA382015());*/
|
|
|
// vo.setBanking2021(new AppGa38RateVo());
|
|
|
// vo.getBanking2021().setTotal(baseInfoDto.getBankingCount());
|
|
|
// vo.getBanking2021().setRate(NumberUtils.computeRate(baseInfoDto.getBankingCount(), baseInfoDto.getBankingGA382021()));
|