|
|
@@ -237,7 +237,8 @@ class ApproachOrderForm extends Model
|
|
|
// 更新准订单状态为已支付
|
|
|
$this->_model->STATUS = $this->status;
|
|
|
$this->_model->NOTE = json_encode($this->note);
|
|
|
- $this->_model->PAY_AT = Date::utcToTime($this->note['TranDate']);
|
|
|
+ $this->_model->PAY_AT = time();
|
|
|
+// $this->_model->PAY_AT = Date::utcToTime($this->note['TranDate']);
|
|
|
if (!$this->_model->save()) {
|
|
|
throw new Exception(Form::formatErrorsForApi($this->_model->getErrors()));
|
|
|
}
|