zhangfeng
2023-07-26 dd59c95e87ba585c4e3e2f059e218853784402e5
src/main/java/com/gk/hotwork/Mapper/SelfCheckInfoMapper.java
@@ -15,7 +15,7 @@
    List<SelfCheckVo> selectByType(@Param("type") String type);
    List<SelfCheckInfo> selectDataGrid(Page<SelfCheckInfo> page, Map<String, Object> condition);
    List<SelfCheckInfo> selectDataGrid(@Param("page") Page<SelfCheckInfo> page,@Param("condition") Map<String, Object> condition);
    List<SelfCheckInfo> selectByIds(@Param("idList") List<Long> idList);
}