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

Commit 294a926

Browse files
committed
默认最后时间为当前时间
1 parent 6f72d48 commit 294a926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func DecodeQuestionCols(bs []byte) *QuestionCols {
141141
if err == nil {
142142
return q
143143
} else {
144-
q = &QuestionCols{Answer: string(bs)}
144+
q = NewQuestionCols(string(bs))
145145
}
146146
return q
147147
}

0 commit comments

Comments
 (0)