Browse Source

no message

xiaochan 8 months ago
parent
commit
775b6ebb01

+ 1 - 1
src/main/java/thyyxxk/webserver/service/zhuyuanyisheng/YiZhuLuRuServer.java

@@ -1477,7 +1477,7 @@ public class YiZhuLuRuServer {
 
         List<String> collect = orderCode.stream().filter(Objects::nonNull).collect(Collectors.toList());
 
-        if (collect == null || collect.isEmpty()) {
+        if (collect.isEmpty()) {
             return ResultVoUtil.success("OK");
         }