Commit 2d1426f2 authored by shiyu's avatar shiyu

查询签到任务3

parent 03164a4b
......@@ -62,6 +62,9 @@ public class QdSignInTaskServiceImpl implements QdSignInTaskService {
signInTask.setIsPrivate(true);
signInTask.setHasReward(false);
}
if (dto.getGoalDays() == null) {
signInTask.setGoalDays(99999999);
}
signInTaskDao.insert(signInTask);
return Result.success();
} catch (Exception e) {
......
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