Commit 37988e47 authored by shiyu's avatar shiyu

打卡签到

parent 48a15beb
...@@ -48,7 +48,7 @@ public class QdUserSignInNoteServiceImpl implements QdUserSignInNoteService { ...@@ -48,7 +48,7 @@ public class QdUserSignInNoteServiceImpl implements QdUserSignInNoteService {
public Result findSignInNoteList(QdUserSignInNoteRequestDto dto) { public Result findSignInNoteList(QdUserSignInNoteRequestDto dto) {
try { try {
//查询多有动态,查询时剔除指定用户 //查询多有动态,查询时剔除指定用户
if (!dto.getOnlySelf()) { if (dto.getOnlySelf() == null || !dto.getOnlySelf()) {
dto.setUserId(null); dto.setUserId(null);
} }
List<QdSignInNoteVo> list = new ArrayList<>(); List<QdSignInNoteVo> list = new ArrayList<>();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment