瀏覽代碼

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