1
0
Files
spring-boot-service-template/spring-boot-service-template-jpa
lanyuanxiaoyao e8ffaab6a8 fix(jpa): 修正查询条件中 notEqual 方法的错误调用
在 SimpleServiceSupport 中,notEqual 查询条件错误地调用了 getEqual 方法,已修正为 getNotEqual 方法。
2026-01-06 10:47:51 +08:00
..