浏览代码

运营商导致导出错误,已提交

Cherry 1 年之前
父节点
当前提交
fe16000323
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      application/common/service/MobileOrderExport.php

+ 2 - 1
application/common/service/MobileOrderExport.php

@@ -202,7 +202,8 @@ class MobileOrderExport{
             [
                 'name'=>'运营商',
                 'value'=>function($model){
-                    return ($model['type']==2)?($model['brand']?Mobile::$flowBrand[$model['brand']]:''):$model['brand'];
+                    $brand = array_key_exists($model['brand'],Mobile::$flowBrand)?Mobile::$flowBrand[$model['brand']]:$model['brand'];
+                    return ($model['type']==2)?($model['brand']?$brand:''):$model['brand'];
                 },
             ],
             [