if(!empty($id)){
$where['id'] = $id; $where['pid'] = $id; $where['_logic'] = 'or'; $map['_complex'] = $where; }本文共 173 字,大约阅读时间需要 1 分钟。
if(!empty($id)){
$where['id'] = $id; $where['pid'] = $id; $where['_logic'] = 'or'; $map['_complex'] = $where; }转载于:https://www.cnblogs.com/tangqiang2/p/8204333.html