feat: message change to EN
This commit is contained in:
@@ -138,7 +138,7 @@ public class SysDashboardServiceImpl implements ISysDashboardService {
|
||||
protected TableDataInfo getDataTable(List<?> list, Long total) {
|
||||
TableDataInfo rspData = new TableDataInfo(list, total);
|
||||
rspData.setCode(HttpStatus.SUCCESS);
|
||||
rspData.setMsg("查询成功");
|
||||
rspData.setMsg("Query successful");
|
||||
|
||||
return rspData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user