正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -311,7 +311,7 @@ class SignController extends RestBaseController | @@ -311,7 +311,7 @@ class SignController extends RestBaseController | ||
311 | $param['increase']=$user['now_weight']-$user['before_weight']; | 311 | $param['increase']=$user['now_weight']-$user['before_weight']; |
312 | $param['overplus']=$paramService->overplus($user['before_weight'],$user['height']); | 312 | $param['overplus']=$paramService->overplus($user['before_weight'],$user['height']); |
313 | $param['bashBoard']=[$param['overplus']*0.2+$param['weight'],$param['overplus']*0.4+$param['weight'],$param['overplus']*0.6+$param['weight'],$param['overplus']*0.8+$param['weight']]; | 313 | $param['bashBoard']=[$param['overplus']*0.2+$param['weight'],$param['overplus']*0.4+$param['weight'],$param['overplus']*0.6+$param['weight'],$param['overplus']*0.8+$param['weight']]; |
314 | - $record=['day'=>ceil((time()-$user['register_time'])/(60*60*21)),'weight'=> $param['weight'],'status'=>$param['status']]; | 314 | + $record=['day'=>ceil((time()-$user['register_time'])/(60*60*24)),'weight'=> $param['weight'],'status'=>$param['status']]; |
315 | }else{ | 315 | }else{ |
316 | $param['weight']=$re['weight']; | 316 | $param['weight']=$re['weight']; |
317 | $param['increase']=$re['weight']-$user['before_weight']; | 317 | $param['increase']=$re['weight']-$user['before_weight']; |
-
请 注册 或 登录 后发表评论