wugg 2 năm trước cách đây
mục cha
commit
5e9782cf57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/admin/controller/OrderPay.php

+ 1 - 1
app/admin/controller/OrderPay.php

@@ -356,7 +356,7 @@ class OrderPay extends BaseController{
           if($orderCode!==""){
             $condition[]=["d.orderCode","like","%$orderCode%"];
         }
-         $cxCode= isset($post['cxCode'])&&$post['cxCode']!="" ? trim($post['cxCode']) :"";
+         $cxCode= isset($this->post['cxCode'])&&$this->post['cxCode']!="" ? trim($this->post['cxCode']) :"";
          if($cxCode!=""){
             $condition[]=["c.cxCode","like","%$cxCode%"];
         }