|
|
|
@ -68,8 +68,6 @@ public class PhoneContactsAction extends net.mingsoft.cms.action.BaseAction{ |
|
|
|
@RequestMapping(value ="/list",method = {RequestMethod.GET,RequestMethod.POST}) |
|
|
|
@RequestMapping(value ="/list",method = {RequestMethod.GET,RequestMethod.POST}) |
|
|
|
@ResponseBody |
|
|
|
@ResponseBody |
|
|
|
public ResultData list(@ModelAttribute @ApiIgnore PhoneContactsEntity entity) { |
|
|
|
public ResultData list(@ModelAttribute @ApiIgnore PhoneContactsEntity entity) { |
|
|
|
BasicUtil.startPage(); |
|
|
|
|
|
|
|
entity.setSqlWhere(""); |
|
|
|
|
|
|
|
List list = phoneContactsBiz.query(entity); |
|
|
|
List list = phoneContactsBiz.query(entity); |
|
|
|
return ResultData.build().success(list); |
|
|
|
return ResultData.build().success(list); |
|
|
|
} |
|
|
|
} |
|
|
|
|