Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问 create保存数据的时候,为什么date类型的字段没有保存 #105

Closed
forgottor opened this issue Feb 6, 2021 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@forgottor
Copy link

INSERT INTO mee_join (join_id,meeting_id,user_id,join_type,status) VALUES (?,?,?,?,?), with: [null,133,1,0,0]

meeJoin.setInTime(new Date());
MeeJoin.create(meeJoin,true);

@catchex
Copy link
Member

catchex commented Feb 6, 2021

请参考:#103

@catchex
Copy link
Member

catchex commented Feb 7, 2021

如果问题已经解决,请关闭issue

@catchex catchex added the duplicate This issue or pull request already exists label Feb 7, 2021
@forgottor
Copy link
Author

已解决 谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants