Merge pull request '优化' (#532) from feature/rebate_xlqy into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/532
master
廖金灵 3 years ago
commit 4086739a54

@ -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