0918电价-站点的实时总收入和实时当日收入

This commit is contained in:
2025-10-12 19:47:55 +08:00
parent 3454359f01
commit 6ebeb48b62
12 changed files with 348 additions and 84 deletions

View File

@ -169,4 +169,12 @@
and t.`year` = #{currentYear}
and t.`month` = #{currentMonth}
</select>
<select id="getAllSitePriceConfig" resultMap="EmsEnergyPriceConfigResult">
select t.*
from ems_energy_price_config t
LEFT JOIN ems_site_setting t2 on t.site_id = t2.site_id
where t.`year` = #{currentYear}
and t.`month` = #{currentMonth}
</select>
</mapper>