diff --git a/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java b/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java index 1183ca66..7bf5fd57 100644 --- a/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java +++ b/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java @@ -947,9 +947,9 @@ public class DetectionServiceImpl { harmPut(TYPE_B, map, harmNum, harm, String.valueOf(fund.getList().getB()), num); harmPut(TYPE_C, map, harmNum, harm, String.valueOf(fund.getList().getC()), num); } else { - harmPut(TYPE_A, map, harmNum, harm, "", num); - harmPut(TYPE_B, map, harmNum, harm, "", num); - harmPut(TYPE_C, map, harmNum, harm, "", num); + harmPut(TYPE_A, map, harmNum, harm, "0.0", num); + harmPut(TYPE_B, map, harmNum, harm, "0.0", num); + harmPut(TYPE_C, map, harmNum, harm, "0.0", num); } }