燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-11 dc4ca57e049ec18d8303109d1aa332096b880a34
src/main/resources/mapper/XlsReportMapper.xml
@@ -21,6 +21,13 @@
        limit #{limit} offset #{offset}
    </select>
    <!-- 根据ID查询报告 -->
    <select id="selectById" resultType="com.yssh.entity.xls.XlsReport">
        select *
        from xls_report
        where id = #{id};
    </select>
    <!-- 报告是否存在 -->
    <select id="reportExists" resultType="java.lang.Integer">
        select count(*)