|
|
@@ -996,9 +996,13 @@ class OrderController extends BaseController
|
|
|
$post['long'] = $custom['long'] ?? '';
|
|
|
$post['lat'] = $custom['lat'] ?? '';
|
|
|
if (!empty($post['getStaffId'])) {
|
|
|
- $getStaffName = $post['getStaffName'] ?? '';
|
|
|
- $shopAdminId = $post['getStaffId'];
|
|
|
- $shopAdminName = $getStaffName;
|
|
|
+ if($this->mainId == 44171){
|
|
|
+ //平潭花天下,就算选了收款人,也不要给改变开单人,临时解决方案 ssh 2250314
|
|
|
+ }else{
|
|
|
+ $getStaffName = $post['getStaffName'] ?? '';
|
|
|
+ $shopAdminId = $post['getStaffId'];
|
|
|
+ $shopAdminName = $getStaffName;
|
|
|
+ }
|
|
|
} else {
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
//鹏诚需要选择开单人
|