|
@@ -73,7 +73,7 @@ public class ProductInfoHandler {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@ResponseBody
|
|
|
- @RequestMapping(value = "/productIndex",method = RequestMethod.POST)
|
|
|
+ @RequestMapping("/productIndex")
|
|
|
public ResultMsg productIndex(HttpServletRequest request,
|
|
|
@RequestParam(value= "pageSize",defaultValue= "6" ,required=false) Integer pageSize,
|
|
|
@RequestParam(value = "pageNO", defaultValue = "1") Integer pageNO,
|
|
@@ -132,7 +132,7 @@ public class ProductInfoHandler {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@ResponseBody
|
|
|
- @RequestMapping(value = "/selectSearchInfo",method = RequestMethod.POST)
|
|
|
+ @RequestMapping("/selectSearchInfo")
|
|
|
public ResultMsg productIndex(HttpServletRequest request,
|
|
|
@RequestParam(value = "productName", defaultValue = "")String productName) throws Exception {
|
|
|
ResultMsg remsg=new ResultMsg();
|