|
|
@@ -39,6 +39,7 @@ class HbController extends BaseController
|
|
|
$where = [];
|
|
|
$where['customId'] = $this->customId;
|
|
|
$where['status'] = 0;
|
|
|
+ $where['beginTime<='] = time();
|
|
|
$list = HbClass::getAllByCondition($where, 'id DESC');
|
|
|
//已经过期的就不再显示,并且作废,多有处作废操作,搜索关键词 cancellation_hb
|
|
|
if (!empty($list)) {
|