!282 调整客户消息展示

Merge pull request !282 from 德仔/develop
This commit is contained in:
德仔
2021-06-08 18:27:15 +08:00
committed by Gitee
13 changed files with 332 additions and 79 deletions

View File

@ -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));