* Finish task #42430.

This commit is contained in:
liyuchun
2021-09-08 13:04:21 +08:00
parent c0bcc61b1e
commit 0d764a7ce0
+1 -1
View File
@@ -596,7 +596,7 @@ class webhookModel extends model
$toList = implode(',', $toList);
}
$toList = str_replace(",{$this->app->user->account},", ' ', ",$toList,");
$toList = str_replace(",{$this->app->user->account},", ',', ",$toList,");
$openIdList = $this->getBoundUsers($webhookID, $toList);
$openIdList = join(',', $openIdList);