ledger job

This commit is contained in:
2021-02-22 21:32:25 +09:00
parent ed529b49df
commit e7c8b71ea4

View File

@@ -214,6 +214,8 @@ class MoonCalc {
$lookupHelper = new LookupHelper;
$finalName = '';
$pastTime = Carbon::now()->subDays(30);
//Get the price of the moongoo
$atmosphericGasesPrice = MineralPrice::where(['ItemId' => 16634])->where('Time', '>', $pastTime)->avg('Price');
$evaporiteDepositsPirce = MineralPrice::where(['ItemId' => 16635])->where('Time', '>', $pastTime)->avg('Price');