liuxiaolong
2019-11-26 a32b949e5c5c7b9296da3dbf70efc10e68633526
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;