fix offline to online error.
This commit is contained in:
parent
e0b1499183
commit
84a9e43db2
|
@ -46,7 +46,7 @@
|
|||
<td><?php echo date('Y-m-d H:i:s', strtotime($item['ts_created'])); ?></td>
|
||||
<td>
|
||||
<?php if ($item['onlineappid']>0) : ?>
|
||||
<a href='/admin/down/online/show/<?php echo $item['offlineappid'];?>'>详细</a>
|
||||
<a href='/admin/down/online/show/<?php echo $item['onlineappid'];?>'>详细</a>
|
||||
<?php endif; ?>
|
||||
<?php if ($item['offlineappid']>0) : ?>
|
||||
<a href='/admin/down/offline/show/<?php echo $item['offlineappid'];?>'>详细</a>
|
||||
|
|
Loading…
Reference in New Issue