v1.0.12: 企业/人员/媒体去删除入口;企业/人员加产品入口;企业详情去产品品类/关联联系人;编辑企业改Tab卡(工商信息/财务信息/资质认证)
This commit is contained in:
@@ -38,6 +38,10 @@ if ($jobLevel !== '') {
|
||||
$where[] = 'pwe.job_level = ?';
|
||||
$params[] = $jobLevel;
|
||||
}
|
||||
if (isset($_REQUEST['is_current']) && $_REQUEST['is_current'] !== '') {
|
||||
$where[] = 'pwe.is_current = ?';
|
||||
$params[] = (int)$_REQUEST['is_current'] ? 1 : 0;
|
||||
}
|
||||
$whereSql = implode(' AND ', $where);
|
||||
|
||||
// 总数
|
||||
|
||||
Reference in New Issue
Block a user