双重预防项目-国泰新华二开定制版
heheng
2025-11-19 247a4a1f10f233c89a4bd054dee3cb9b7d4a76f1
src/main/java/com/ruoyi/project/tr/specialCheck/mapper/TbSpecialCheckTaskLogMapper.java
@@ -1,6 +1,7 @@
package com.ruoyi.project.tr.specialCheck.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.doublePrevention.entity.ZDReport.HandlerZDReportParam;
import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam;
import com.ruoyi.doublePrevention.vo.ResultVO;
import com.ruoyi.project.tr.specialCheck.domin.BO.HandlerSpecialCheckReportParam;
@@ -19,6 +20,10 @@
    int save(TbSpecialCheckTaskLog tbSpecialCheckTaskLog);
    int updateEventReportStatusZhunDong(HandlerZDReportParam handlerZDReportParam);
    List<TbSpecialCheckTaskLog> listZDCheckRecordLog();
    TbSpecialCheckTaskLog getSpecialCheckTaskLogByIndexId(Long indexId);
    int updateSpecialCheckTaskLogById(TbSpecialCheckTaskLogUpdateBO updateBO);