0918电价-站点的实时总收入和实时当日收入
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user