燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-11 2826a6833d8df9677805af32265c64a47bb8500b
src/main/resources/mapper/XlsReportMapper.xml
@@ -14,7 +14,7 @@
                and create_time >= #{start}
            </if>
            <if test="end != null">
                and end &lt;= #{end}
                and create_time &lt;= #{end}
            </if>
        </where>
        order by id desc