|
|
@ -2,6 +2,7 @@ package com.shxy.xymanager_dao.dao;
|
|
|
|
|
|
|
|
|
|
|
|
import com.shxy.xymanager_common.entity.TerminalChannelMapper;
|
|
|
|
import com.shxy.xymanager_common.entity.TerminalChannelMapper;
|
|
|
|
import com.shxy.xymanager_common.entity.TerminalChannelMapperExample;
|
|
|
|
import com.shxy.xymanager_common.entity.TerminalChannelMapperExample;
|
|
|
|
|
|
|
|
import io.swagger.models.auth.In;
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
|
|
|
|
|
|
import java.math.BigInteger;
|
|
|
|
import java.math.BigInteger;
|
|
|
@ -15,7 +16,7 @@ public interface TerminalChannelMapperDao {
|
|
|
|
|
|
|
|
|
|
|
|
List<TerminalChannelMapper> selectAll();
|
|
|
|
List<TerminalChannelMapper> selectAll();
|
|
|
|
|
|
|
|
|
|
|
|
List<TerminalChannelMapper> selectAllByPhotoTime(@Param("status") Integer status,@Param("list")List termlist);
|
|
|
|
List<TerminalChannelMapper> selectAllByPhotoTime(@Param("status") Integer status, @Param("list")List termlist , @Param("channelid") Integer channelid);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|