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