pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrPlanOperateMapper.java
@@ -4,6 +4,8 @@ import com.dy.pipIrrGlobal.pojoIr.IrPlanOperate; import org.apache.ibatis.annotations.Mapper; import java.util.Date; /** * @author ZhuBaoMin * @date 2025-02-21 11:11 @@ -24,4 +26,11 @@ int updateByPrimaryKeySelective(IrPlanOperate record); int updateByPrimaryKey(IrPlanOperate record); /** * 根据计划ID获取终止时间 * @param planId * @return */ Date getTerminateTime(Long planId); }