|
|
@@ -1,4 +1,4 @@
|
|
|
-<?php
|
|
|
+ <?php
|
|
|
|
|
|
namespace common\models;
|
|
|
|
|
|
@@ -83,7 +83,7 @@ class ApproachOrder 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'],
|
|
|
];
|