fix
This commit is contained in:
parent
355b5f079c
commit
abb1da6401
@ -231,7 +231,7 @@ class BagController{
|
||||
return;
|
||||
}
|
||||
$status = 2;
|
||||
if ($row['active_time'] == 0) {
|
||||
if ($row['active_time'] == 0 || $row['active_time'] > time()) {
|
||||
$status = 1;
|
||||
}
|
||||
$exchange_ret = $conn->execScript('UPDATE bag SET status=:status, color_id=0, modify_time=:modify_time ' .
|
||||
|
Loading…
x
Reference in New Issue
Block a user