This commit is contained in:
aozhiwei 2020-08-18 21:46:22 +08:00
parent 43904b111c
commit cd2eb8948e

View File

@ -534,6 +534,7 @@ class SignController{
));
$order = 0;
$lastid = 0;
if (count($rowShare) != 0) {
foreach ($rowShare as $rs) {
if ($rs['status'] == 1) {
$order++;
@ -578,6 +579,7 @@ class SignController{
));
}
}
}
protected function updateWeekReward($account_id)
{