fix OpenCC
This commit is contained in:
parent
f3510d25cd
commit
28b2b53012
@ -31,7 +31,7 @@ public class ChatCCTarget implements Mappable {
|
||||
|
||||
@Override
|
||||
public void read(NitriteMapper mapper, Document document) {
|
||||
chatId = ((int) document.get("chatId"));
|
||||
chatId = ((long) document.get("chatId"));
|
||||
ccTarget = ((String) document.get("ccTarget"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user