|
@@ -58,7 +58,7 @@ public class AppXunjianController {
|
|
}
|
|
}
|
|
|
|
|
|
@RequestMapping("getItemsLast")
|
|
@RequestMapping("getItemsLast")
|
|
- public AjaxResult getItemsLast(AppXunjianVO vo) {
|
|
|
|
|
|
+ public AjaxResult getItemsLast(@RequestBody AppXunjianVO vo) {
|
|
return appXunjianService.getItemsLast(vo);
|
|
return appXunjianService.getItemsLast(vo);
|
|
}
|
|
}
|
|
|
|
|