Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一种情况,数据库中的一个表有一个定义为日期的日期字段,其中时间也很重要(用于稍后排序)。
起初,日期的所有时间都是 000000,但我更新了代码以使用时间戳,并且在插入新记录时,它工作正常。
另一方面,如果日期相同(但时间不同),则更新不会更改数据库。显然,在插入时,休眠没有考虑时间并且记录没有改变(或者至少这是我从测试中发现的)。
我无法更改数据库结构以使用时间戳或添加时间字段。
非常感谢任何帮助:)谢谢