This commit is contained in:
lcc
2024-10-18 17:35:26 +08:00
parent d5dbaca67b
commit d1ac341494
+1 -1
View File
@@ -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;