diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 18a3d263..4be91951 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -342,7 +342,7 @@ class Server 'template_id' => $value['template_id'], 'audit_status' => $value['audit_status'], 'audit_status_text' => $this->getAuditStatusText($value['audit_status']), - 'reason' => $value['reason'], + 'reason' => !empty($value['reason']) ? $value['reason'] : '', 'draft_id' => $value['draft_id'], ]; }