yingzi há 2 anos atrás
pai
commit
2b0311b4d2
1 ficheiros alterados com 1 adições e 1 exclusões
  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=[];