fix(checkIn): fixed check in issue

This commit is contained in:
OldHawk
2018-06-13 14:06:41 +08:00
parent 93b3eec4c8
commit 8bcad897ae

View File

@@ -44,7 +44,7 @@ exports.get = function (req, res) {
nck.todayIsDone = (diff === 0 ? true : false);
if (diff > 1) {
ck.keepDays = 1;
ck.keepDays = 0;
}
res.json(nck);
}