|
@@ -912,10 +912,6 @@ class WxMessageClass extends BaseClass
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
$first = '';
|
|
$first = '';
|
|
|
- if (!empty($introduce)) {
|
|
|
|
|
- $introName = $introduce->name ?? '';
|
|
|
|
|
- $first = "此客户由【{$introName}】介绍";
|
|
|
|
|
- }
|
|
|
|
|
foreach ($adminList as $admin) {
|
|
foreach ($adminList as $admin) {
|
|
|
$openId = isset($admin['openId']) ? $admin['openId'] : '';
|
|
$openId = isset($admin['openId']) ? $admin['openId'] : '';
|
|
|
if ($ptStyle == dict::getDict('ptStyle', 'ghs')) {
|
|
if ($ptStyle == dict::getDict('ptStyle', 'ghs')) {
|