Browse Source

bugfix: EK-0524: 结算后台无法下载PDF订单.

kevinElken 7 months ago
parent
commit
1731c89d16

+ 1 - 1
common/models/ApproachReconsumeOrder.php

@@ -84,7 +84,7 @@ class ApproachReconsumeOrder extends \common\components\ActiveRecord
             [['FRONT_REMARK'], 'string', 'max' => 1000],
             [['REMARK', 'NOTE'], 'string', 'max' => 4000],
             [['CONSIGNEE'], 'string', 'max' => 120],
-            [['MOBILE'], 'string', 'max' => 11],
+            [['MOBILE'], 'string', 'max' => 15],
             [['ADDRESS'], 'string', 'max' => 255],
             [['SN'], 'unique'],
         ];

+ 1 - 1
common/models/OrderDec.php

@@ -74,7 +74,7 @@ class OrderDec extends \common\components\ActiveRecord
             [['FRONT_REMARK'], 'string', 'max' => 1000],
             [['REMARK'], 'string', 'max' => 4000],
             [['CONSIGNEE'], 'string', 'max' => 120],
-            [['MOBILE'], 'string', 'max' => 11],
+            [['MOBILE'], 'string', 'max' => 15],
             [['ADDRESS'], 'string', 'max' => 255],
             [['SN'], 'unique'],
         ];

+ 1 - 1
common/models/OrderShop.php

@@ -74,7 +74,7 @@ class OrderShop extends \common\components\ActiveRecord
             [['FRONT_REMARK'], 'string', 'max' => 1000],
             [['REMARK'], 'string', 'max' => 4000],
             [['CONSIGNEE'], 'string', 'max' => 120],
-            [['MOBILE'], 'string', 'max' => 11],
+            [['MOBILE'], 'string', 'max' => 15],
             [['ADDRESS'], 'string', 'max' => 255],
             [['SN'], 'unique'],
         ];

+ 1 - 1
common/models/ReceiveAddress.php

@@ -45,7 +45,7 @@ class ReceiveAddress extends \common\components\ActiveRecord
             [['ID', 'USER_ID'], 'string', 'max' => 32],
             [['USER_NAME'], 'string', 'max' => 16],
             [['CONSIGNEE'], 'string', 'max' => 120],
-            [['MOBILE'], 'string', 'max' => 11],
+            [['MOBILE'], 'string', 'max' => 15],
             [['ADDRESS'], 'string', 'max' => 255],
             [['LGA_NAME'], 'string', 'max' => 50],
             [['CITY_NAME'], 'string', 'max' => 50],