...
|
...
|
@@ -39,6 +39,6 @@ class BatteryCode extends Model |
|
|
|
|
|
public function batterytype()
|
|
|
{
|
|
|
return $this->belongsTo('BatteryType', 'batter_type_id', 'id', [], 'LEFT')->setEagerlyType(0);
|
|
|
return $this->belongsTo('BatteryType', 'battery_type_id', 'id', [], 'LEFT')->setEagerlyType(0);
|
|
|
}
|
|
|
} |
...
|
...
|
|