Your Name 3 년 전
부모
커밋
139a2b9f66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;