|
|
@@ -995,7 +995,7 @@ class OrderController extends BaseController
|
|
|
$post['showAddress'] = $custom['showAddress'] ?? '';
|
|
|
$post['long'] = $custom['long'] ?? '';
|
|
|
$post['lat'] = $custom['lat'] ?? '';
|
|
|
- if (isset($post['getStaffId']) == true && !empty($post['getStaffId'])) {
|
|
|
+ if (!empty($post['getStaffId'])) {
|
|
|
$getStaffName = $post['getStaffName'] ?? '';
|
|
|
$shopAdminId = $post['getStaffId'];
|
|
|
$shopAdminName = $getStaffName;
|