fixed
This commit is contained in:
@@ -54,7 +54,7 @@ class Score extends Wxapp
|
||||
$where['type'] = $type ? Receiver_score_day_model::TYPE_BIZ : Receiver_score_day_model::TYPE_USER;
|
||||
$row = $this->receiver_score_day_model->get($where);
|
||||
$up_time = date('Y-m-d', $up_month);
|
||||
$title_hd = '较上日';
|
||||
$title_hd = '较昨日';
|
||||
}
|
||||
$score = ceil($row['score']) ?: 0;
|
||||
$abs_score = ceil($row['change_score']) ?: 0;
|
||||
|
||||
Reference in New Issue
Block a user