dever преди 3 години
родител
ревизия
8d37e93060
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      service/option/database/bill_duifu.php
  2. 1 1
      service/option/database/bill_fafang.php
  3. 1 1
      service/option/database/bill_jiaofu.php

+ 1 - 1
service/option/database/bill_duifu.php

@@ -24,7 +24,7 @@ $aid = Dever::input('search_option_aid');
 $mid = Dever::input('search_option_mid');
 $oper_table = Dever::input('oper_table');
 $button = array();
-if (!$oper_table) {
+if (!$oper_table && $aid) {
     $option_aid = $aid;
     $search_audit = Dever::input('search_audit');
     if ($search_audit) {

+ 1 - 1
service/option/database/bill_fafang.php

@@ -24,7 +24,7 @@ $aid = Dever::input('search_option_aid');
 $mid = Dever::input('search_option_mid');
 $oper_table = Dever::input('oper_table');
 $button = array();
-if (!$oper_table) {
+if (!$oper_table && $aid) {
     $option_aid = $aid;
     $search_audit = Dever::input('search_audit');
     if ($search_audit) {

+ 1 - 1
service/option/database/bill_jiaofu.php

@@ -26,7 +26,7 @@ $aid = Dever::input('search_option_aid');
 $mid = Dever::input('search_option_mid');
 $oper_table = Dever::input('oper_table');
 $button = array();
-if (!$oper_table) {
+if (!$oper_table && $aid) {
     $option_aid = $aid;
     $search_audit = Dever::input('search_audit');
     if ($search_audit) {