master
ELF 3 years ago
parent c160f5a299
commit 0083679a35

@ -43,7 +43,7 @@ class GameRebateService
public function isGiftItemSend($order, $item)
{
// 每日发放奖励暂时通过send_status来判断是否第一次发放
if ($order['send_status'] = 1 && isset($item['once']) && $item['once']) {
if ($order['send_status'] == 1 && isset($item['once']) && $item['once']) {
return false;
}
return true;

Loading…
Cancel
Save