yingzi 2 년 전
부모
커밋
2b0311b4d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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=[];