双重预防项目-国泰新华二开定制版
heheng
2025-10-20 2b67ed2da39eba5824cfee7950e03be2c1a256ec
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);