$typeNumber = str_enhtml($this->input->get('typeNumber',TRUE)); $skey = str_enhtml($this->input->get('skey',TRUE)); $where = '(isDelete=0) and typeNumber="'.$typeNumber.'"'; $where .= $skey ? ' and name like "%'.$skey.'%"' : '';
where
阅读 54
2022-02-07
$typeNumber = str_enhtml($this->input->get('typeNumber',TRUE)); $skey = str_enhtml($this->input->get('skey',TRUE)); $where = '(isDelete=0) and typeNumber="'.$typeNumber.'"'; $where .= $skey ? ' and name like "%'.$skey.'%"' : '';
相关推荐
精彩评论(0)