panlumeng 3 年之前
父節點
當前提交
ad70ba5242
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/Customar.php

+ 1 - 1
app/admin/controller/Customar.php

@@ -234,7 +234,7 @@ class Customar extends BaseController
 //                    $info = $to['data'];
 //                    $item['owner'] = $info['nickname'];
 //                    $item['ownerid'] = $info['id'];
-                    $item['commobile'] =isset($value['mobile']) ? $value['mobile'] : "";
+                    $item['commobile'] =isset($value['commobile']) ? $value['commobile'] : "";
                     $item['comtel'] = "";
                   //  $item['id'] =isset($value['id']) ? $value['id'] : "";
                     isset($value['id'])&&$value['id']!=="" ? $item['id'] = $value['id']:'';