Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Commit

Permalink
默认最后时间为当前时间
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Jan 13, 2018
1 parent 6f72d48 commit 294a926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func DecodeQuestionCols(bs []byte) *QuestionCols {
if err == nil {
return q
} else {
q = &QuestionCols{Answer: string(bs)}
q = NewQuestionCols(string(bs))
}
return q
}
Expand Down

0 comments on commit 294a926

Please sign in to comment.