Your Name 3 年之前
父节点
当前提交
ef42004ed3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/bill/lib/Manage.php

+ 1 - 1
service/bill/lib/Manage.php

@@ -332,7 +332,7 @@ class Manage
         $shop = Dever::db('shop/info')->find($info['shop_id']);
         $html = $shop['name'];
         $html .= '<br />' .$shop['sid'];
-        if($shop['mid']){
+        if($shop['mid'] && $shop['mid']>0){
             $member = Dever::db('agent/member')->find($shop['mid']);
             $html .= '<br />' .$member['mobile'];
         }