liuxiaolong
2019-11-25 cf7d6f0ee626527abd97f2845d4491452cf3a8ea
src/main/java/com/cloud/count/service/serviceImpl/CountServiceImpl.java
@@ -66,9 +66,9 @@
            "30","35","40","45","50","55"};
    public static volatile  int countType = 0;
    private static Map<Integer,Integer> dayAllMap = new HashMap<>();
    private static Map<Integer,Integer> dayOutMap = new HashMap<>();
    private static Map<Integer,Integer> dayInMap = new HashMap<>();
    public static Map<Integer,Integer> dayAllMap = new HashMap<>();
    public static Map<Integer,Integer> dayOutMap = new HashMap<>();
    public static Map<Integer,Integer> dayInMap = new HashMap<>();
    public static int addEnter(int count) {
        int inCre = 0;