|
@@ -2826,6 +2826,8 @@ class Api2021Service
|
2826
|
2826
|
$tplayerinfo = $this->tplayerManagementDb->select(['gp'])->where('lineId', $lineId)->first()->toArray();
|
2827
|
2827
|
$fromGp = $tplayerinfo['gp'];
|
2828
|
2828
|
$toGp = $tplayerinfo['gp'] - $this->settingManagementSv->getSetting()['TMZ_GP_DRAW'];
|
|
2829
|
+ \Log::info($tgoodinfo);
|
|
2830
|
+ \Log::info($this->settingManagementSv->getSetting()['TMZ_ISSUE_BUFFER']);
|
2829
|
2831
|
// 所有銘謝惠顧的可能(獎項雖然有點數但已被兌換完畢 || 獎項被設定為未啟用)
|
2830
|
2832
|
if (
|
2831
|
2833
|
$tgoodinfo['totalQty'] - $tgoodinfo['issuedQty'] <= $this->settingManagementSv->getSetting()['TMZ_ISSUE_BUFFER']
|