Commit 35f1333a authored by 孟维甫's avatar 孟维甫

Merge branch 'hotfix_topic' into 'pre_release'

Hotfix topic

See merge request bp/goods!64
parents 704652bb 76ae7fc7
......@@ -14,6 +14,11 @@ class KafkaService
*/
public static function productMarketingUpdate(array $marketingInfo) : void
{
if ($marketingInfo['userId'] == '17963416161910792')
{
return;
}
$msg = json_encode([
'marketingInfo' => $marketingInfo,
'time' => time(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment