燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-10 208d2d08a381a787e1030328319132de5d92a7cc
src/main/resources/mapper/XlsReportMapper.xml
@@ -63,4 +63,12 @@
        from yssh_qxsh
        where time like #{time} and name = #{name};
    </select>
    <!-- 根据时间查询溯源 -->
    <select id="selectSuYuanByTime" resultType="com.yssh.entity.SuYuan700">
        select *
        from suyuan_46
        where su_yuan_id = #{id} and create_time between #{start} and #{end}
        order by time;
    </select>
</mapper>