lvhao 11 godzin temu
rodzic
commit
140e203e0f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/CoreApp/controllers/Returns.php

+ 1 - 1
core/CoreApp/controllers/Returns.php

@@ -539,7 +539,7 @@ class Returns extends Start_Controller {
 			$number = $this->input->get('number',true);
 			$torderinfo = $this->input->get('torderinfo',true);
 			$region = $this->input->get('region',true);
-			$xztime = $this->input->post('xztime',true);
+			$xztime = $this->input->get('xztime',true);
 			$timetk = strtotime($timetk);
 			$timetj = strtotime($timetj);
 			$dowid = $this->input->get('a');