| | |
| | | count = attResRsbNorspiService.count(); |
| | | } else if (tableName.equals("att_res_flse_lim")) { |
| | | count = attResFlseLimService.count(); |
| | | } |
| | | } else if (tableName.equals("att_wmst_base")) |
| | | count = resBaseService.getAttWmstBaseCount(); |
| | | else if (tableName.equals("att_imagest_base")) |
| | | count = resBaseService.getAttImagestBaseCount(); |
| | | else if (tableName.equals("att_cd_base")) |
| | | count = resBaseService.getAttCdBaseCount(); |
| | | else if (tableName.equals("att_wy_cd_base")) |
| | | count = resBaseService.getAttWyCdBaseCount(); |
| | | |
| | | |
| | | log.info("预警数量count:" + count); |
| | | |