rabin 1 년 전
부모
커밋
8d2b59550b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/Log.php

+ 1 - 0
lib/Log.php

@@ -34,6 +34,7 @@ class Log
     {
         $where['config_id'] = $config_id;
         $where['info_id'] = $info_id;
+        $where['type_id'] = $type_id;
         $where['status'] = '1,2';
         $data = Dever::db('account/info_log')->getCash($where);