Your Name 3 years ago
parent
commit
20399d38b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/bill/database/tixian.php

+ 1 - 1
service/bill/database/tixian.php

@@ -370,7 +370,7 @@ return array
             (
                 'start' => array('yes-cdate', '>='),
                 'end' => array('yes-cdate', '<='),
-                'bill-cash-status' => array('yes', 'in'),
+                'status' => array('yes', 'in'),
                 'state' => 1,
             ),
             'type' => 'one',