xieruidong hace 2 años
padre
commit
40af214b00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(){