更新用户列表查询逻辑

This commit is contained in:
huangdeliang
2020-12-10 19:49:21 +08:00
parent 0f3da466a0
commit b1a04377a1
2 changed files with 4 additions and 2 deletions

View File

@ -108,7 +108,6 @@ public class SysWxUserLogController extends BaseController {
@GetMapping(value = "/wx/logs/list")
public AjaxResult getLogs(SysWxUserLog sysWxUserLog) {
System.out.println(sysWxUserLog.toString());
List<WxLogInfo> list = sysWxUserLogService.selectWxLogInfoList(sysWxUserLog);
return AjaxResult.success(list);
}