|
@@ -180,7 +180,7 @@ class My extends BaseController
|
|
'workerall' => $workerall->isEmpty() ? null : $workerall,
|
|
'workerall' => $workerall->isEmpty() ? null : $workerall,
|
|
'agentall' => $agentall->isEmpty() ? null : $agentall,
|
|
'agentall' => $agentall->isEmpty() ? null : $agentall,
|
|
'brokerall' => $brokerall->isEmpty() ? null : $brokerall,
|
|
'brokerall' => $brokerall->isEmpty() ? null : $brokerall,
|
|
- 'resident' => empty($resident) ? null : $resident,
|
|
|
|
|
|
+ 'resident' => $resident->isEmpty() ? null : $resident,
|
|
]);
|
|
]);
|
|
}
|
|
}
|
|
|
|
|