This commit is contained in:
aozhiwei 2019-07-04 13:19:09 +08:00
parent 684248cdb4
commit 2b613c607b

View File

@ -285,7 +285,6 @@ class KefuController {
return; return;
} }
if ($this->sendAwardMail($accountid, $awardConfig)) { if ($this->sendAwardMail($accountid, $awardConfig)) {
error_log(json_encode($awardConfig));
$ret = $conn->execScript("UPDATE accounts SET " . $ret = $conn->execScript("UPDATE accounts SET " .
' awardtime=:awardtime ' . ' awardtime=:awardtime ' .
'WHERE accountid=:accountid; ', 'WHERE accountid=:accountid; ',