|
|
@@ -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],
|