Commit 23f874de by 冷斌

update

parent 43e20159
...@@ -990,6 +990,7 @@ class Model_Home extends PhalApi_Model_NotORM { ...@@ -990,6 +990,7 @@ class Model_Home extends PhalApi_Model_NotORM {
->where('id=?',$v['familyid']) ->where('id=?',$v['familyid'])
->fetchOne();; ->fetchOne();;
$familyinfo['totalcoin'] = $v['profit']; $familyinfo['totalcoin'] = $v['profit'];
$familyinfo['badge'] = get_upload_path($familyinfo['badge']);
$result[$k]=$familyinfo; $result[$k]=$familyinfo;
} }
return $result; return $result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment