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'];
         }