表单这样的   <form action="$!webPath/[email protected]" method="get" id="order_form" type="ajax">
提交用js方法   $("#order_form").submit();
controller方法是 @SecurityMapping(display = false, rsequence = 0, title = "完成订单提交进入支付", value = "/goods_cart3.htm*", rtype = "buyer", rname = "购物流程3", rcode = "goods_cart", rgroup = "在线购物")
@RequestMapping({ "/goods_cart3" })
但是提交后  会执行两次