Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
jsherp-java-test
Commits
1194db9f
Commit
1194db9f
authored
Dec 08, 2023
by
jinli gu
Browse files
Update StringUtil.java
parent
86d4df57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
JSH_ERP/jshERP-boot/src/main/java/com/jsh/erp/utils/StringUtil.java
...hERP-boot/src/main/java/com/jsh/erp/utils/StringUtil.java
+1
-1
No files found.
JSH_ERP/jshERP-boot/src/main/java/com/jsh/erp/utils/StringUtil.java
View file @
1194db9f
...
@@ -134,7 +134,7 @@ public class StringUtil {
...
@@ -134,7 +134,7 @@ public class StringUtil {
}
}
}
}
//是否是JSON
//
是否是JSON
public
static
boolean
containsAny
(
String
str
,
String
...
flag
)
{
public
static
boolean
containsAny
(
String
str
,
String
...
flag
)
{
if
(
str
!=
null
)
{
if
(
str
!=
null
)
{
if
(
flag
==
null
||
flag
.
length
==
0
)
{
if
(
flag
==
null
||
flag
.
length
==
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment