@@ -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");
}