소스 검색

Merge branch 'master' of ssh://git.dever.cc:10022/dever-product/churen

rabin 3 년 전
부모
커밋
bb30832eef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/shop/lib/Record.php

+ 1 - 1
app/shop/lib/Record.php

@@ -383,7 +383,7 @@ class Record
     }
     public function getString($shop_id){
     	$info = Dever::db('shop/info')->find($shop_id);
-    	return '门店信息:'.$info['name'].' '.$info['sid'].' '.$info['truename'].' '.$info['mobile'];
+    	return '门店信息:'.$info['name'].' '.$info['sid'].' '.$info['truename'].' '.$info['mobile'].' 余额:'.$info['price'];
     }
     
 }