@@ -22,7 +22,7 @@ class InfoAudit extends Model
* @param type $type
*/
public function getItem($post,$is_admin=0){
- if(empty($parms)){
+ if(empty($post)){
return [];
}
$where=[];