Your Name 3 years ago
parent
commit
139a2b9f66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/bill/lib/Cron.php

+ 1 - 1
service/bill/lib/Cron.php

@@ -306,7 +306,7 @@ class Cron
             }
             unset($where['status']);
             $where['start'] = $where['fstart'];
-            $where['end'] = $where['fstart'];
+            $where['end'] = $where['fend'];
 
             $where['type'] = 1;