问题流程:
分析:
15.990 DEBUG c.m.w.m.E.selectByExample :137 http-nio-8880-exec-5 ==> Preparing: select id, `name`, category1_id, category2_id, description, cover, doc_count, view_count, vote_count from ebook LIMIT ?, ?
15.990 DEBUG c.m.w.m.E.selectByExample :137 http-nio-8880-exec-5 ==> Parameters: 4(Integer), 4(Integer)
15.990 TRACE c.m.w.m.E.selectByExample :143 http-nio-8880-exec-5 <== Columns: id, name, category1_id, category2_id, description, cover, doc_count, view_count, vote_count
15.991 TRACE c.m.w.m.E.selectByExample :143 http-nio-8880-exec-5 <== Row: 5, Oracle 入门教程, null, null, 零基础入门 Oracle 开发,企业级应用开发最佳首选框架, /image/cover2.png, null, null, null
15.991 TRACE c.m.w.m.E.selectByExample :143 http-nio-8880-exec-5 <== Row: 22660681123893248, 1, 1, 1, 1, null, null, null, null
15.991 DEBUG c.m.w.m.E.selectByExample :137 http-nio-8880-exec-5 <== Total: 2
list: Array(2)
0: {id: 5, name: "Oracle 入门教程", category1Id: null, category2Id: null, description: "零基础入门 Oracle 开发,企业级应用开发最佳首选框架", …}
1: {id: 22660681123893250, name: "1", category1Id: 1, category2Id: 1, description: "1", …}
总结:
老师,这个是由于精度的问题么,有的时候就会这样,有的时候就能正常删除,怎么解决呢?