1
This commit is contained in:
1
doc/手机号码功能排查清单.md
Normal file
1
doc/手机号码功能排查清单.md
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -794,9 +794,9 @@ public class TencentDocController extends BaseController {
|
||||
* 查询操作日志列表
|
||||
*/
|
||||
@GetMapping("/operationLogs")
|
||||
public AjaxResult getOperationLogs(com.ruoyi.jarvis.domain.TencentDocOperationLog log) {
|
||||
public AjaxResult getOperationLogs(com.ruoyi.jarvis.domain.TencentDocOperationLog query) {
|
||||
try {
|
||||
List<com.ruoyi.jarvis.domain.TencentDocOperationLog> list = operationLogMapper.selectLogList(log);
|
||||
List<com.ruoyi.jarvis.domain.TencentDocOperationLog> list = operationLogMapper.selectLogList(query);
|
||||
return AjaxResult.success(list);
|
||||
} catch (Exception e) {
|
||||
log.error("查询操作日志失败", e);
|
||||
|
||||
Reference in New Issue
Block a user