@@ -68,7 +68,7 @@ class Order
public function handleAct($info, $selected = array())
{
if ($info['status'] >= 10) {
- //return;
+ return;
}
$update['status'] = 2;
if (!$info['order_num']) {