xieruidong 2 years ago
parent
commit
cb96ff8235
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/Refund.php

+ 1 - 1
application/common/model/Refund.php

@@ -312,7 +312,7 @@ class Refund Extends Model
         if(!empty($extend['audit_remark'])) {
             $this->audit_remark = $extend['audit_remark'];
         }
-        if($this->has_money) {
+        if($this->has_money && !empty($extend['amount_last'])) {
             $this->amount_last = $extend['amount_last'];
         }
         $this->audit_time=time();