|
@@ -335,7 +335,7 @@ Class Manage
|
|
|
),
|
|
|
);
|
|
|
if ($use_code > 0) {
|
|
|
- $result += $this->table($id,$user['id']);
|
|
|
+ $result += $this->table($id);
|
|
|
|
|
|
}
|
|
|
$head = array
|
|
@@ -347,9 +347,9 @@ Class Manage
|
|
|
return $html;
|
|
|
}
|
|
|
|
|
|
- private function table ($id,$uid)
|
|
|
+ private function table ($id)
|
|
|
{
|
|
|
- $data = Dever::db('active/code')->state(array('order_id' => $id, 'join_uid' => $uid));
|
|
|
+ $data = Dever::db('active/code')->state(array('order_id' => $id));
|
|
|
if ($data) {
|
|
|
$head = array('参加人信息', '核销码', '核销状态', '领取时间', '核销时间','核销人');
|
|
|
$body = array();
|