智慧保安后台管理-验收版本
tangzy
2021-09-17 9ef68c9682b9bb56b72031fd92d150d65edfc07c
src/main/java/org/springblade/modules/information/controller/InformationController.java
@@ -764,22 +764,23 @@
   /**
    * 派遣數量統計
    */
   @PostMapping("/selectPCount")
   public R selectPCount(String jurisdiction, String deptid) {
      Map<String, Object> map = new HashMap<String, Object>();
      List<Map<String, Object>> lists = new ArrayList<>();
      Map map1 = informationService.selectPcount(jurisdiction, deptid);
      String pnum = map1.get("pnum").toString();
      Integer a = Integer.valueOf(pnum);
      Map map2 = informationService.selectWPcount(jurisdiction, deptid);
      String wpnum = map2.get("wpnum").toString();
      Integer b = Integer.valueOf(wpnum);
      map.put("PCount", a);
      map.put("WPCount", b);
      lists.add(map);
      return R.data(lists);
   }
    //    */
//   @PostMapping("/selectPCount")
//   public R selectPCount(String jurisdiction, String deptid) {
//      Map<String, Object> map = new HashMap<String, Object>();
//      List<Map<String, Object>> lists = new ArrayList<>();
//      Map map1 = informationService.selectPcount(jurisdiction, deptid);
//      String pnum = map1.get("pnum").toString();
//      Integer a = Integer.valueOf(pnum);
//      Map map2 = informationService.selectWPcount(jurisdiction, deptid);
//      String wpnum = map2.get("wpnum").toString();
//      Integer b = Integer.valueOf(wpnum);
//      map.put("PCount", a);
//      map.put("WPCount", b);
//      lists.add(map);
//      return R.data(lists);
//   }
//   /**
//    * 单位列表
@@ -1030,7 +1031,6 @@
   }
   /**
    * 首页保安公司统计接口
    *
@@ -1191,8 +1191,7 @@
         map.put("count", count);
         map.put("list", maps);
         lists.add(map);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1212,7 +1211,6 @@
      return R.data(lists);
   }
   /**
@@ -1237,8 +1235,7 @@
         map.put("count", count);
         map.put("list", maps);
         lists.add(map);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1282,8 +1279,7 @@
            //保安总人数为0
            if (znum==0){
               continue;
            }
            else {
            } else {
               int a = znum / 2;
               if (cznum<=a || sbnum<=a){
                  count++;
@@ -1294,8 +1290,7 @@
         map.put("count",count);
         map.put("list",list1);
         return R.data(map);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1320,8 +1315,7 @@
            //保安总人数为0
            if (znum==0){
               continue;
            }
            else {
            } else {
               int a = znum / 2;
               if (cznum<=a || sbnum<=a){
                  count++;
@@ -1358,8 +1352,7 @@
         map.put("count", count);
         map.put("List", list1);
         return R.data(map);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1408,8 +1401,7 @@
         map.put("count", count);
         map.put("List", list1);
         return R.data(map);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1447,8 +1439,7 @@
         List<Map<Object, Object>> maps = informationService.selectCf(jurisdiction);
         map.put("count", maps.size());
         return R.data(map);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1471,8 +1462,7 @@
      if (jurisdiction.equals("1372091709474910209")|| "".equals(jurisdiction)) {
         List<Map<Object, Object>> maps = informationService.selectIn(jurisdiction);
         return R.data(maps);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1493,8 +1483,7 @@
      if (jurisdiction.equals("1372091709474910209") || "".equals(jurisdiction)){
         IPage list = informationService.selectTb(Condition.getPage(query), jurisdiction, enterpriseName);
         return R.data(list);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1516,8 +1505,7 @@
      if (jurisdiction.equals("1372091709474910209")|| "".equals(jurisdiction)) {
         IPage list = informationService.selectJj(Condition.getPage(query), jurisdiction, enterpriseName);
         return R.data(list);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1538,8 +1526,7 @@
      if (jurisdiction.equals("1372091709474910209")|| "".equals(jurisdiction)) {
         IPage list = informationService.selectYw(Condition.getPage(query), jurisdiction, deptid, stats);
         return R.data(list);
      }
      else {
      } else {
         String childer = informationService.selJurchilder(jurisdiction);
         String[] split = childer.split(",");
         String strArrays = "";
@@ -1552,4 +1539,50 @@
      }
   }
   @PostMapping("/selectPCount")
   public R selectPCount(String jurisdiction, String deptid) {
      Map<String, Object> map = new HashMap<String, Object>();
      List<Map<String, Object>> lists = new ArrayList<>();
      String childer = informationService.selJurchilder(jurisdiction);
      String[] split = childer.split(",");
      String strArrays = "";
      for (int j = 0; j < split.length; j++) {
         strArrays += "'" + split[j] + "',";
      }
      Integer pnums = 0;
      Integer wpnums = 0;
      if (jurisdiction.equals("1372091709474910209") || "".equals(jurisdiction)) {
         List<Map<String, Object>> list = informationService.seleP(jurisdiction, deptid);
         for (int i = 0; i < list.size(); i++) {
            String pnum = list.get(i).get("pnum").toString();
            Integer a = Integer.parseInt(pnum);
            pnums += a;
            String wpnum = list.get(i).get("wpnum").toString();
            Integer b = Integer.parseInt(wpnum);
            wpnums += b;
         }
      } else {
         String jurisdictiond = strArrays.substring(0, strArrays.length() - 1);
         List<Map<String, Object>> list = informationService.seleP(jurisdictiond, deptid);
         for (int i = 0; i < list.size(); i++) {
            String pnum = list.get(i).get("pnum").toString();
            Integer a = Integer.parseInt(pnum);
            pnums += a;
            String wpnum = list.get(i).get("wpnum").toString();
            Integer b = Integer.parseInt(wpnum);
            wpnums += b;
         }
      }
//      Map map1 = informationService.selectPcount(jurisdiction, deptid);
//      String pnum = map1.get("pnum").toString();
//      Integer a = Integer.valueOf(pnum);
//      Map map2 = informationService.selectWPcount(jurisdiction, deptid);
//      String wpnum = map2.get("wpnum").toString();
//      Integer b = Integer.valueOf(wpnum);
      map.put("PCount", pnums);
      map.put("WPCount", wpnums);
      lists.add(map);
      return R.data(lists);
   }
}