diff --git a/public/themes/simpleboot3/portal/order/get_all.html b/public/themes/simpleboot3/portal/order/get_all.html
index 1667936..745e115 100755
--- a/public/themes/simpleboot3/portal/order/get_all.html
+++ b/public/themes/simpleboot3/portal/order/get_all.html
@@ -432,7 +432,7 @@
 
         $.post("{:url('Order/is_my_salesman')}",{indent_id:id},function(data){
             if(data){
-                window.location.href = "{:url('Pay/index')}?id/"+id;
+                window.location.href = "{:url('Pay/index',array('id'=>"+id+"))}";
             }else{
                 alert('不再此区域销售');
             }