moonsflyer 8 months ago
parent
commit
557f06e49a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/adminapi/logic/WorkbenchLogic.php

+ 1 - 1
app/adminapi/logic/WorkbenchLogic.php

@@ -329,7 +329,7 @@ class WorkbenchLogic extends BaseLogic
             }
             }
 
 
             if($end_time <> ''){
             if($end_time <> ''){
-                $where[]=['create_time','<=',strtotime($end_time. ' 23:59:59')]];
+                $where[]=['create_time','<=',strtotime($end_time. ' 23:59:59')];
             }
             }
         }
         }