Browse Source

货位号

shish 2 years ago
parent
commit
ba089decd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/OrderController.php

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -1498,7 +1498,7 @@ class OrderController extends BaseController
             //花大苪不显示客户名称
             //花大苪不显示客户名称
             $fullCustom = '';
             $fullCustom = '';
         }
         }
-        $seatSn = $custom->seatSn ?? '';
+        $seatSn = isset($custom->seatSn) && !empty($custom->seatSn) ? $custom->seatSn : '无';
         $sendTimeWant = $info['sendTimeWant'] ?? '';
         $sendTimeWant = $info['sendTimeWant'] ?? '';
         $shortSendTimeWant = !empty($sendTimeWant) ? substr($sendTimeWant, 5, 5) : '';
         $shortSendTimeWant = !empty($sendTimeWant) ? substr($sendTimeWant, 5, 5) : '';
         $totalItemNum = 0;
         $totalItemNum = 0;