fuliqi
2024-12-02 316d54ecdc49ce1625b429f3d0bdca54af647e74
ycl-server/src/main/java/com/ycl/calculate/PlatformOnlineCalculation.java
@@ -54,6 +54,7 @@
                    double score = Math.max(1 - num * 0.1, 0);
                    map.put(deptId+"",score);
                    map.put(ApiConstants.Province + deptId,score);
                    map.put(ApiConstants.Dept + deptId,score);
                }
            }