@@ -125,7 +125,6 @@ public class TreeUtils {
str2 = field + " " + jsonRight.get("opr").toString() + " " + value;
}
-
return "(" + str1 + ") " + jsonObject.get("logicOpr") + " (" + str2 + ")";
@@ -20,7 +20,7 @@ import java.util.Objects;
@Slf4j
@Service
public class OutInterfaceService {
- @Value("${PCSUrl}")
+ @Value("${authorUrl}")
private String PCSUrl;
public String getPersonIdByNamePCS(String personName) throws IOException {
@@ -62,7 +62,6 @@ public class ProductServiceImpl extends ServiceImpl<ProductMapper, Product> impl
private final CacheUtils cacheUtils;
private final LoginUtils loginUtils;
private final FileUtils fileUtils;
/**
* 新增产品
*
@@ -23,4 +23,4 @@ spring:
login-password: Cslg2022+
web-stat-filter:
exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
-authorUrl: http://localhost:8871
+authorUrl: http://localhost:8871
@@ -20,7 +20,7 @@ spring:
max-file-size: 1000MB
max-request-size: 1000MB
profiles:
- active: prodNetOut
+ active: dev
jackson:
default-property-inclusion: non_null
serialization: