Your Name 3 years ago
parent
commit
8975144689
1 changed files with 2 additions and 0 deletions
  1. 2 0
      service/bill/lib/Tixian.php

+ 2 - 0
service/bill/lib/Tixian.php

@@ -66,6 +66,8 @@ class Tixian
             $status = '已审核待发放';
         }elseif($info['status']==2){
             $status = '已发放';
+        }elseif($info['status']==3){
+            $status = '已作废';
         }
         $html['status'] = $name.'<br/>'.$status;
         return $html;