braisdom / ObjectiveSql

Writing SQL using Java syntax
Apache License 2.0
1.27k stars 159 forks source link

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

Closed forgottor closed 3 years ago

forgottor commented 3 years ago

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 commented 3 years ago

请参考:https://github.com/braisdom/ObjectiveSql/issues/103

catchex commented 3 years ago

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

forgottor commented 3 years ago

已解决 谢谢