|
@@ -1,6 +1,7 @@
|
|
|
<?php
|
|
|
namespace app\common\service;
|
|
|
|
|
|
+use app\admin\model\Mobile;
|
|
|
use app\common\model\Area;
|
|
|
use app\common\model\MobileOrder;
|
|
|
use PhpOffice\PhpSpreadsheet\Cell\DataType;
|
|
@@ -201,7 +202,7 @@ class MobileOrderExport{
|
|
|
[
|
|
|
'name'=>'运营商',
|
|
|
'value'=>function($model){
|
|
|
- return $model['brand'];
|
|
|
+ return ($model['type']==2)?($model['brand']?Mobile::$flowBrand[$model['brand']]:''):$model['brand'];
|
|
|
},
|
|
|
],
|
|
|
[
|