更新过滤url的判断

This commit is contained in:
jishenghua 2024-12-10 00:47:10 +08:00
parent 328844c646
commit 196aac12f3

View File

@ -17,7 +17,7 @@ import java.io.IOException;
"/jshERP-boot/user/registerUser#/jshERP-boot/user/randomImage#" +
"/jshERP-boot/platformConfig/getPlatform#/jshERP-boot/v2/api-docs#/jshERP-boot/webjars#" +
"/jshERP-boot/systemConfig/static#/jshERP-boot/api/plugin/wechat/weChat/share#" +
"/jshERP-boot/api/plugin/general-ledger/pdf/voucher")})
"/jshERP-boot/api/plugin/general-ledger/pdf/voucher#/jshERP-boot/api/plugin/tenant-statistics/tenantClean")})
public class LogCostFilter implements Filter {
private static final String FILTER_PATH = "filterPath";