This website works better with JavaScript
Home
Explore
Help
Register
Sign In
liuchuan
/
srcloudTest
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
test commit
zhangjw
10 months ago
parent
7c667cf89a
commit
2984a63d8a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
services/service-app/src/main/java/com/crunii/micro/service/app/util/ListPageUtils.java
+ 1
- 0
services/service-app/src/main/java/com/crunii/micro/service/app/util/ListPageUtils.java
View File
@@ -37,5 +37,6 @@ public class ListPageUtils {
}
return (result.size() > 0) ? result : null;
}
+
}