cqpCow 1 năm trước cách đây
mục cha
commit
329cc97b9e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/Model/SalesOrder.php

+ 2 - 2
app/Model/SalesOrder.php

@@ -76,8 +76,8 @@ class SalesOrder extends UseScopeBaseModel
     const State2_zero = 0;//未发货
     const State2_one = 1;//已发货
     public static $state2 = [
-        self::State2_zero => '未确认',
-        self::State2_one => '已确认',
+        self::State2_zero => '未发货',
+        self::State2_one => '已发货',
     ];
 
     //发货状态