fix connection segment in customer page

This commit is contained in:
edmondlang
2022-09-03 18:59:12 +08:00
parent d045e0401d
commit 1a67fa31dc
2 changed files with 2 additions and 1 deletions
@@ -45,6 +45,7 @@ class CompanyModuleResource extends JsonResource
'remarks' => RemarkResource::collection($this->remarks),
'marking' => $marking,
'warehouseCharges' => array_key_exists($this->id, $segmentConstant) ? $segmentConstant[$this->id] : null,
'connections' => $this->connections,
];
}