| | |
| | | public List<Map> repostPaidInFeeByWhiteOrder(Map map) { |
| | | List<Map> objects = sqlSessionTemplate.selectList("reportFeeServiceDaoImpl.repostPaidInFeeByWhiteOrder", map); |
| | | |
| | | if (objects.size() == 0){ |
| | | HashMap<String, Object> stringObjectHashMap = new HashMap<>(); |
| | | stringObjectHashMap.put("count",0); |
| | | objects.add(stringObjectHashMap); |
| | | if (objects.size() == 0){//没有数据时 |
| | | objects.get(0).put("count",0); |
| | | return objects; |
| | | } |
| | | List<Map> businessOaWorkflowInfos = sqlSessionTemplate.selectList("reportFeeServiceDaoImpl.countRepostPaidInFeeByWhiteOrder",map); |