codingapi / springboot-framework

springboot领域驱动开发
Apache License 2.0
123 stars 43 forks source link

andFilters 同一个key添加多次会同时加入查询条件中 #29

Closed xlorne closed 1 year ago

xlorne commented 1 year ago

相同的key在加入的时候,将之前的key删除掉,然后在把当前的Filter添加进去。 这样做,后加入的key将会影响filter的顺序,相当于重新调整到最后的位置了。