| | |
| | | import com.gk.hotwork.doublePrevention.repository.param.HandlerReportParam; |
| | | import com.gk.hotwork.doublePrevention.repository.param.PreventDangerCheckWorkDeleteParams; |
| | | import com.gk.hotwork.doublePrevention.repository.param.PreventDangerCheckWorkUpdateParams; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | import java.util.Date; |
| | |
| | | /** |
| | | * 排查作业-检查待执行列表 |
| | | */ |
| | | List<PreventDangerCheckWork> listExecCheckWork(Date startTime, Date endTime); |
| | | List<PreventDangerCheckWork> listExecCheckWork(@Param("startTime") Date startTime,@Param("endTime") Date endTime); |
| | | /** |
| | | * 排查作业-检查待执行列表 |
| | | */ |