Your Name 3 năm trước cách đây
mục cha
commit
ef42004ed3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'];
         }