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;
}
if ($this->sendAwardMail($accountid, $awardConfig)) {
error_log(json_encode($awardConfig));
$ret = $conn->execScript("UPDATE accounts SET " .
' awardtime=:awardtime ' .
'WHERE accountid=:accountid; ',