ledger job

This commit is contained in:
2021-02-22 23:05:17 +09:00
parent f10196abb7
commit cb3a6b26e9

View File

@@ -239,6 +239,7 @@ class MoonCalc {
$promethiumPrice = MineralPrice::where(['ItemId' => 16652])->where('Time', '>', $pastTime)->avg('Price');
$thuliumPrice = MineralPrice::where(['ItemId' => 16653])->where('Time', '>', $pastTime)->avg('Price');
dd($oreId);
//Get the name through the lookup table
$oreName = $lookupHelper->ItemIdToName($oreId);
dd($oreName);