|
|
@@ -49,11 +49,9 @@ class NotifyClass extends BaseClass
|
|
|
$staff->save();
|
|
|
}
|
|
|
}
|
|
|
- if ($num > 0) {
|
|
|
- $noticeText = json_encode(['id' => $id, 'num' => $num, 'shopId' => $shopId]);
|
|
|
- $noticeKey = "bookChangeOffItem";
|
|
|
- Yii::$app->redis->executeCommand('LPUSH', [$noticeKey, $noticeText]);
|
|
|
- }
|
|
|
+ $noticeText = json_encode(['id' => $id, 'num' => $num, 'shopId' => $shopId]);
|
|
|
+ $noticeKey = "bookChangeOffItem";
|
|
|
+ Yii::$app->redis->executeCommand('LPUSH', [$noticeKey, $noticeText]);
|
|
|
}
|
|
|
|
|
|
//新增售后申请通过 ssh 20230814
|