wuxw
2022-10-25 873197abd3ae5e447f57683031cea6896f0cf2aa
service-common/src/main/java/com/java110/common/cmd/machine/ListParkingAreaMachinesCmd.java
@@ -149,6 +149,7 @@
        MachineDto machineDto = new MachineDto();
        machineDto.setLocationObjIds(boxIds.toArray(new String[boxIds.size()]));
        machineDto.setCommunityId(reqJson.getString("communityId"));
        machineDto.setDirection(reqJson.getString("direction"));
        int count = machineInnerServiceSMOImpl.queryMachinesCount(machineDto);
        if (count > 0) {