dever hace 3 años
padre
commit
8aea8f1282
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/agent/database/order.php

+ 1 - 1
service/agent/database/order.php

@@ -37,7 +37,7 @@ $status = array
     2 => '待财务终审',
     2 => '待财务终审',
     3 => '待权益发放',
     3 => '待权益发放',
     4 => '已完成',
     4 => '已完成',
-    5 => '审核失败',
+    5 => '未通过审核',
     6 => '挂起',
     6 => '挂起',
 );
 );