摘要:
如果在表映射对象中使用@TableLogic,MyBatisPlus 会在查询时自动添加del = 0,但是在关联表查询时会出现问题。 比较 select a.* from A a left join B b on b.id = a.b_id where a.del = 0 and b.del = 阅读全文
摘要:
参考:https://thenonfunctionaldev.com/tutorial-async-tdd-with-pytest-asyncio/ https://pytest-with-eric.com/pytest-advanced/pytest-asyncio/ 测试 async for r 阅读全文