Your Name 2 years ago
parent
commit
ef42004ed3
1 changed files with 1 additions and 1 deletions
  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'];
         }