|
|
@@ -1367,7 +1367,7 @@ class WxMessageClass extends BaseClass
|
|
|
$itemName = $bookItemCustomRes->name ?? '';
|
|
|
$customName = $bookItemCustomRes->customName ?? '';
|
|
|
$seatSn = $bookItemCustomRes->seatSn ?? 0;
|
|
|
- $seatName = empty($seatSn) ? '' : '货位号' . $seatSn;
|
|
|
+ $seatName = empty($seatSn) ? '无' : '货位号' . $seatSn;
|
|
|
foreach ($adminList as $admin) {
|
|
|
$openId = isset($admin['openId']) ? $admin['openId'] : '';
|
|
|
if ($ptStyle == dict::getDict('ptStyle', 'ghs')) {
|