yingzi hace 2 años
padre
commit
2b0311b4d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/model/api/InfoAudit.php

+ 1 - 1
app/model/api/InfoAudit.php

@@ -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=[];