kongdeqiang
2023-04-26 95cdeea70bfee905c8601a8fc11cbba7aa31b85c
src/main/java/com/boying/controller/WhiteListController.java
@@ -45,7 +45,7 @@
                .eq(StringUtils.isNotBlank(carNo),WhiteList::getCarNo,carNo);
        Page<WhiteList> page1 = whiteListService.page(page, wrapper);
        for (WhiteList record : page1.getRecords()) {
            if(record.getParkIds() != null){
            if(StringUtils.isNotBlank(record.getParkIds())){
                String s = "";
                String parkIds = record.getParkIds();
                String[] split = parkIds.split(",");