瀏覽代碼

feature/EK-3322

ryan 1 月之前
父節點
當前提交
d71ae3b1d4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      common/models/forms/RechargeForm.php

+ 0 - 1
common/models/forms/RechargeForm.php

@@ -341,7 +341,6 @@ class RechargeForm extends Model {
                 throw new Exception(Form::formatErrorsForApi($rechargeLogModel->getErrors()));
             }
 
-            $rechargeModel->UPDATED_AT = $nowTime;
             $rechargeModel->TYPE = $this->rechargeType;
             if (!$rechargeModel->save()) {
                 throw new Exception(Form::formatErrorsForApi($rechargeModel->getErrors()));