调整客户消息展示
This commit is contained in:
@ -20,10 +20,16 @@ public class SysServiceTopicController extends BaseController {
|
||||
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo list(SysServicesTopic topic) {
|
||||
startPage();
|
||||
return getDataTable(servicesTopicService.selectSysServicesTopicByUserIdAndRole(topic));
|
||||
return getDataTable(servicesTopicService.selectTopicListByUid(topic));
|
||||
}
|
||||
|
||||
@GetMapping("/customers")
|
||||
public TableDataInfo customers(SysServicesTopic topic) {
|
||||
startPage();
|
||||
return getDataTable(servicesTopicService.selectCustomerListByUserIdAndRole(topic));
|
||||
}
|
||||
|
||||
|
||||
// @PutMapping("/update/status")
|
||||
// public AjaxResult status(@RequestBody SysServicesQuestion sysServicesQuestion) {
|
||||
// return toAjax(sysServicesQuestionService.updateSysServicesQuestionStatus(sysServicesQuestion));
|
||||
|
Reference in New Issue
Block a user