lvhao 3 달 전
부모
커밋
ca89c26240
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Zshitj.php

+ 1 - 1
core/CoreApp/controllers/Zshitj.php

@@ -74,7 +74,7 @@ class Zshitj extends Start_Controller
                 }
             }
 
-            $this->db->where(' f.type','13');
+            $this->db->where_in(' f.type',['12','13','16']);
             $this->db->where(' f.state','207');
             $this->db->where(' f.print','3');
             $this->db->where(' f.printtime >= ', $start_time );