Browse Source

预约状态显示调整

zhangxiaobin 1 năm trước cách đây
mục cha
commit
ffda3452bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' => '已开单'];
     }