Jonlin 6 年之前
父节点
当前提交
b10b07d619
共有 1 个文件被更改,包括 1 次插入10 次删除
  1. 1 10
      application/admin/controller/Report.php

+ 1 - 10
application/admin/controller/Report.php

@@ -269,11 +269,7 @@ class Report extends Base
             'times_inline' => $times_inline_array
         );
     }
-
-<<<<<<< HEAD
-=======
-
->>>>>>> 485c080af6c3f51a2504227cde48148b3e60876e
+    
     // 工作报表
     public function workreport()
     {
@@ -378,9 +374,4 @@ class Report extends Base
 
         return $this->fetch();
     }
-<<<<<<< HEAD
-
-=======
->>>>>>> 485c080af6c3f51a2504227cde48148b3e60876e
-
 }//end class