16639036659
2023-09-12 46c129d5e59ed92f3d6a51e96bd5713372f3e0a1
src/main/java/com/ruoyi/project/tr/hiddenDangerCheckPoint/mapper/HiddenDangerCheckPointMapper.java
@@ -5,6 +5,7 @@
import com.ruoyi.project.tr.hiddenDangerCheckPoint.domain.RiskCheckPointDTO;
import com.ruoyi.project.tr.riskCheckPoint.domain.RiskCheckPoint;
import java.util.Date;
import java.util.List;
/**
@@ -81,4 +82,10 @@
     * 查询by Id
     */
    HiddenDangerCheckPoint getHiddenDangerCheckPointById(Long dangerCheckPointId);
    List<HiddenDangerCheckPoint> getHiddenDangerCheckPointByCheckId(Long checkId);
    int rectifyTimeOut(Long id , Date rectifyDeadlineTime);
    int updateConfirm(HiddenDangerCheckPoint hdcp);
}