修改了保洁bug
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
yuyongle 2025-08-07 09:39:08 +08:00
parent 3d6fa49e8f
commit 20faf13328

View File

@ -1,6 +1,5 @@
package org.dromara.property.service.impl; package org.dromara.property.service.impl;
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.util.ObjectUtil; import cn.hutool.core.util.ObjectUtil;
import org.dromara.common.core.utils.MapstructUtils; import org.dromara.common.core.utils.MapstructUtils;
import org.dromara.common.core.utils.StringUtils; import org.dromara.common.core.utils.StringUtils;
@ -14,7 +13,6 @@ import lombok.extern.slf4j.Slf4j;
import org.dromara.property.domain.InspectionRoute; import org.dromara.property.domain.InspectionRoute;
import org.dromara.property.domain.InspectionRoutePoint; import org.dromara.property.domain.InspectionRoutePoint;
import org.dromara.property.domain.bo.InspectionRouteBo; import org.dromara.property.domain.bo.InspectionRouteBo;
import org.dromara.property.domain.bo.InspectionRoutePointBo;
import org.dromara.property.domain.vo.InspectionPointVo; import org.dromara.property.domain.vo.InspectionPointVo;
import org.dromara.property.domain.vo.InspectionRoutePointVo; import org.dromara.property.domain.vo.InspectionRoutePointVo;
import org.dromara.property.domain.vo.InspectionRouteVo; import org.dromara.property.domain.vo.InspectionRouteVo;
@ -47,7 +45,7 @@ public class InspectionRouteServiceImpl implements IInspectionRouteService {
/** /**
* 查询巡检路线 * 查询巡检路线
* *-
* @param id 主键 * @param id 主键
* @return 巡检路线 * @return 巡检路线
*/ */