mybatis-plus-join-extension依赖mybatis-plus-join-core使用${revision}没有正常替换,但是项目使用-Drevision=2023.0.2-SNAPSHOT时,会引发如下包的版本号不正确: 详细堆栈日志 No response Activity xuqing-yunxi commented on Nov 13, 2024 xuqing-yunxi on Nov 13, 2024 Author just-a-stone commented on ...
com.baomidou.mybatisplus.extension.service.IService.remove(Wrapper queryWrapper), 传入MPJLambdaWrapper参数, 如果两个表中都有逻辑删除字段, 如mybatis-plus.global-config.db-config.logic-delete-field: deleted, 报错java.sql.SQLIntegrityConstraintViolationException: Column 'deleted' in field list is ambiguou...