package com.highdatas.mdm.mapper;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.highdatas.mdm.entity.Maintain;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
/**
*
* Mapper 接口
*
*
* @author kimi
* @since 2019-12-16
*/
public interface MaintainMapper extends BaseMapper {
long countVersionOperator(@Param("tableTempName") String tableTempName, @Param("maintaInId")String maintaInId, @Param("where")String where);
long countVersionOperatorByType(@Param("tableTempName") String tableTempName,@Param("where") String whereSegment, @Param("maintaInId")String maintaInId, @Param("operate")String operate);
long countTempDataByVersionByFlow(@Param("tableTempName") String tableTempName,@Param("flowId")String flowId, @Param("where") String whereSegment);
List