|
@@ -46,7 +46,7 @@ class Content extends Core
|
|
|
$time = Dever::maketime('2019-01-29 14:44:30');
|
|
|
if ($data) {
|
|
|
foreach ($data as $k => $v) {
|
|
|
- if ($v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
|
|
|
+ if ($v['uid'] != 25371 && $v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
|
|
|
$num = $id[$v['buy_id']] - 1;
|
|
|
$score = $num * $info['score'];
|
|
|
|
|
@@ -74,10 +74,7 @@ class Content extends Core
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- print_r($user_log);
|
|
|
-
|
|
|
- print_r($update);
|
|
|
- print_r($v);die;
|
|
|
+ print_r($v);
|
|
|
}
|
|
|
}
|
|
|
}
|