Commit 3c407f17 by 冷斌

update

parent ca4f0bdf
...@@ -907,6 +907,7 @@ class Model_Home extends PhalApi_Model_NotORM { ...@@ -907,6 +907,7 @@ class Model_Home extends PhalApi_Model_NotORM {
$familyinfo=DI()->notorm->family $familyinfo=DI()->notorm->family
->where('id=?',$v['familyid']) ->where('id=?',$v['familyid'])
->fetchOne();; ->fetchOne();;
$v['profit'] = round($v['profit']);
$familyinfo['totalcoin'] = $v['profit']; $familyinfo['totalcoin'] = $v['profit'];
$result[$k]=$familyinfo; $result[$k]=$familyinfo;
} }
......
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