Files
lc_backend/jeelowcode-core
yang chen 6a640020f6 feat(mapper): 添加StatementType配置以支持动态SQL执行
- 在JeeLowCodeSqlMapper接口中引入StatementType配置-为selectData方法添加@Options注解并设置statementType为STATEMENT
-为selectPageData方法添加@Options注解并设置statementType为STATEMENT
- 引入org.apache.ibatis.mapping.StatementType包以支持新功能
- 此变更使得Mapper能够正确处理动态生成的SQL语句
2025-11-12 17:07:03 +08:00
..
2025-10-17 10:11:04 +08:00