| | |
| | | return Integer.parseInt(businessPaymentPoolConfigInfos.get(0).get("count(1)").toString()); |
| | | } |
| | | |
| | | public int countPropertyWhiteListFlowFilter(PropertyWhiteListFlowDto importOwnerRoomDtos) { |
| | | List<Map> businessPaymentPoolConfigInfos = sqlSessionTemplate.selectList("propertyWhiteListFlowDaoImplMapper.countPropertyWhiteListFlowFilter", BeanConvertUtil.beanCovertMap(importOwnerRoomDtos)); |
| | | if (businessPaymentPoolConfigInfos.size() < 1) { |
| | | return 0; |
| | | } |
| | | |
| | | return Integer.parseInt(businessPaymentPoolConfigInfos.get(0).get("count(1)").toString()); |
| | | } |
| | | |
| | | } |