lvhao 1 ngày trước cách đây
mục cha
commit
783c026dbc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/controllers/Transfer.php

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

@@ -700,7 +700,7 @@ class Transfer extends Start_Controller {
                 $where  .= " and number = '$number'";
             }
 			if($pm){
-				$where  .= " and pm = '%".$pm."%'";
+				$where  .= " and pm like '%".$pm."%'";
 			}
 			if($purchase)
             {