1. 修改 背景執行 金額計算
2. 修改地圖api key 3. 修改電站總覽 line token
This commit is contained in:
parent
67feca8f0c
commit
b1b2b8f166
@ -189,8 +189,8 @@ namespace SolarPower.Quartz.Jobs
|
||||
// calcPowerStation.Total_Money = history.KWH * powerStation.PowerRate * sumLeaseRate;
|
||||
//}
|
||||
|
||||
calcPowerStation.Today_Money = history.TodayKWh * powerStation.PowerRate * sumLeaseRate;
|
||||
calcPowerStation.Total_Money = history.TotalKWH * powerStation.PowerRate * sumLeaseRate;
|
||||
calcPowerStation.Today_Money = history.TodayKWh * powerStation.PowerRate * sumLeaseRate / 100;
|
||||
calcPowerStation.Total_Money = history.TotalKWH * powerStation.PowerRate * sumLeaseRate / 100;
|
||||
|
||||
break;
|
||||
case (int)SolarTypeEnum.SelfUse: //自建自用
|
||||
|
||||
@ -171,7 +171,8 @@
|
||||
|
||||
@section Scripts{
|
||||
|
||||
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
|
||||
@*<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>*@
|
||||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBF-NZ6zKpzthzB8cgFYVfAWPu_ZhSFR1c&callback=initMap" async></script>
|
||||
<script src="https://unpkg.com/@@googlemaps/markerclustererplus/dist/index.min.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
@ -120,7 +120,7 @@
|
||||
<div class="col-xl-3 row justify-content-center align-items-center">
|
||||
<label class="col-xl-4 form-label" id="coordinate_label" for="coordinate">Line Token</label>
|
||||
<div class="col-xl-8">
|
||||
<label id="line_token_text" class="color-info-600"></label>
|
||||
<label id="line_token_text" class="color-info-600" style="word-break: break-all"></label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user