|
|
@@ -169,8 +169,8 @@ public class ParkPreCounter {
|
|
|
List<JSONObject> fatherLys = findFathers(fatherLds, allLy);
|
|
|
|
|
|
//常规父子计算
|
|
|
- fatherLds.forEach(this::countParkByChild);
|
|
|
fatherLcs.forEach(this::countParkByChild);
|
|
|
+ fatherLds.forEach(this::countParkByChild);
|
|
|
fatherLys.forEach(this::countParkByChild);
|
|
|
}
|
|
|
|