dever 5 năm trước cách đây
mục cha
commit
86d85858f7
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/Database.php

+ 5 - 0
src/Database.php

@@ -180,6 +180,11 @@ class Database
                 $param .= '&' . http_build_query($where);
             }
 
+            $oper = Dever::preInput('send_', $input);
+            if ($oper) {
+                $param .= '&' . http_build_query($oper);
+            }
+
             $oper = Dever::preInput('oper_', $input);
             if ($oper) {
                 $param .= '&' . http_build_query($oper);