Your Name 2 years ago
parent
commit
b270181a73
2 changed files with 2 additions and 2 deletions
  1. 1 1
      service/bill/database/sell.php
  2. 1 1
      service/bill/lib/Cash.php

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

@@ -267,7 +267,7 @@ return array
             # 匹配的正则或函数 选填项
             'option' => array
             (
-                'start' => array('yes-cdate', '>='),
+                // 'start' => array('yes-cdate', '>='),
                 'end' => array('yes-cdate', '<='),
                 'mid' => 'yes',
                 'type' => array('yes', 'in'),

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

@@ -225,7 +225,7 @@ class Cash
          $button[] = array
         (
             'type' => 'link',
-            'link' => Dever::url('project/database/list?project=bill&table=cash&menu=bill&search_option_state=1', 'manage'),
+            'link' => Dever::url('project/database/list?project=bill&table=tixian&menu=bill&search_option_state=1', 'manage'),
             'name' => '返回上一页',
         );
         $head = array