zf
2023-08-04 145d0064af5ceca7a2f0d244aa8d50a8f594f3d7
src/main/java/com/gk/hotwork/Mapper/GasWarnInfoMapper.java
@@ -12,7 +12,7 @@
@Repository
public interface GasWarnInfoMapper extends BaseMapper<GasWarnInfo> {
    List<GasWarnInfo> selectDataGrid(Page<GasWarnInfo> page, Map<String, Object> condition);
    List<GasWarnInfo> selectDataGrid(@Param("page") Page<GasWarnInfo> page,@Param("condition") Map<String, Object> condition);
    GasWarnInfo selectExistByType(@Param("id") Long id,@Param("warntype") String warntype,@Param("gastype") String gastype);