From e8a368c35fa8c6d65ca09ee023ce490bc11b2ea3 Mon Sep 17 00:00:00 2001 From: SZH <szh_hello@163.com> Date: 星期二, 09 八月 2022 16:42:11 +0800 Subject: [PATCH] 更新配置文件,解决接入网关之后的跨域问题 --- goal-manage/goal-manage-service/src/main/java/com/gkhy/safePlatform/targetDuty/utils/QueryHelpPlus.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/goal-manage/goal-manage-service/src/main/java/com/gkhy/safePlatform/targetDuty/utils/QueryHelpPlus.java b/goal-manage/goal-manage-service/src/main/java/com/gkhy/safePlatform/targetDuty/utils/QueryHelpPlus.java index 12ab941..83c4f7f 100644 --- a/goal-manage/goal-manage-service/src/main/java/com/gkhy/safePlatform/targetDuty/utils/QueryHelpPlus.java +++ b/goal-manage/goal-manage-service/src/main/java/com/gkhy/safePlatform/targetDuty/utils/QueryHelpPlus.java @@ -6,10 +6,10 @@ */ package com.gkhy.safePlatform.targetDuty.utils; -import com.alibaba.nacos.common.utils.CollectionUtils; -import com.alibaba.nacos.common.utils.StringUtils; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.gkhy.safePlatform.targetDuty.annotation.Query; +import org.apache.commons.collections.CollectionUtils; +import org.springframework.util.StringUtils; import java.lang.reflect.Field; import java.text.SimpleDateFormat; -- Gitblit v1.9.2