Map<String, Map<Integer, Integer>> lcMap = lService.tjHM4Lecai(issueNo);
System.out.println("LC");
System.out.println(lcMap);
System.out.println("------------------------");
XmlUtils utils = new XmlUtils();
Map<String, Map<Integer, Integer>> lMap = utils.stat(issueNo);
System.out.println("KJ");
System.out.println(lMap);
System.out.println("-----------------add-------");
Map<String, Map<Integer, Integer>> map = new HashMap<String, Map<Integer,Integer>>();