|
@@ -36,7 +36,6 @@ public class KeywordsController {
|
|
* 查看列表
|
|
* 查看列表
|
|
*/
|
|
*/
|
|
@RequestMapping("/list")
|
|
@RequestMapping("/list")
|
|
- 指房宝list")
|
|
|
|
public Result list(@RequestBody Map<String, Object> params) {
|
|
public Result list(@RequestBody Map<String, Object> params) {
|
|
//查询列表数据
|
|
//查询列表数据
|
|
Query query = new Query(params);
|
|
Query query = new Query(params);
|
|
@@ -53,7 +52,6 @@ public class KeywordsController {
|
|
* 查看信息
|
|
* 查看信息
|
|
*/
|
|
*/
|
|
@RequestMapping("/info")
|
|
@RequestMapping("/info")
|
|
- 指房宝info")
|
|
|
|
public Result info(@RequestParam("id") Integer id) {
|
|
public Result info(@RequestParam("id") Integer id) {
|
|
KeywordsEntity keywords = keywordsService.queryObject(id);
|
|
KeywordsEntity keywords = keywordsService.queryObject(id);
|
|
|
|
|