Explorar el Código

预约状态显示调整

zhangxiaobin hace 1 año
padre
commit
ffda3452bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/common/model/PreOrder.php

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

@@ -35,7 +35,7 @@ class PreOrder extends Model
     
     public function getPreOrderStatusList()
     {
-        return ['0' => '已取消', '1' => '待处理', '2' => '待接单'];
+        return ['0' => '已取消', '1' => '待接单', '2' => '已开单'];
     }