liurunyu
2025-07-29 9c4100d5a1ada3f8539d80199b3d8da534f9a982
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrIrrigatePlanMapper.java
@@ -131,6 +131,14 @@
    Integer hasPlan_OtherProject(Long planId);
    /**
     * 判断当前计划与最近终止的计划的轮灌组是否有重叠
     * @param planId 当前计划ID
     * @param terminatedPlanId 最近终止的计划ID
     * @return
     */
    Integer hasPlanOverlapWithTerminated(@Param("planId") Long planId, @Param("terminatedPlanId") Long terminatedPlanId);
    /**
     * 根据计划ID获取计划最新状态
     * @param planId
     * @return