ustcyc
2025-03-29 e43edb461fbe4cdbe35e39cd7af19ff4a2ad00a8
zhitan-system/src/main/resources/mapper/peakvalley/ElectricityPriceDateMapper.xml
@@ -80,4 +80,10 @@
            #{id}
        </foreach>
    </delete>
    <select id="selectElectricityPriceDatePageTacticsAll"  resultMap="ElectricityPriceDateResult">
        <include refid="selectElectricityPriceDateVo"/>
        WHERE begin_date &lt; CURRENT_TIMESTAMP
        AND end_date &gt; CURRENT_TIMESTAMP
    </select>
</mapper>