xieruidong 2 年之前
父节点
当前提交
40af214b00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common/model/Refund.php

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

@@ -122,9 +122,9 @@ class Refund Extends Model
     }
     public function allowApply(){
         return in_array($this->refund_status,[
-            self::REFUND_ING,
             self::REFUND_REJECT,
             self::REFUND_CANCEL,
+            self::REFUND_OVER,
         ]);
     }
     public function allowEdit(){