1
This commit is contained in:
parent
43904b111c
commit
cd2eb8948e
@ -534,6 +534,7 @@ class SignController{
|
|||||||
));
|
));
|
||||||
$order = 0;
|
$order = 0;
|
||||||
$lastid = 0;
|
$lastid = 0;
|
||||||
|
if (count($rowShare) != 0) {
|
||||||
foreach ($rowShare as $rs) {
|
foreach ($rowShare as $rs) {
|
||||||
if ($rs['status'] == 1) {
|
if ($rs['status'] == 1) {
|
||||||
$order++;
|
$order++;
|
||||||
@ -578,6 +579,7 @@ class SignController{
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
protected function updateWeekReward($account_id)
|
protected function updateWeekReward($account_id)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user