fix(): 测试
parent
30b9673828
commit
8bcc94dc2d
|
@ -14,6 +14,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.util.List;
|
||||
|
||||
@Log4j2
|
||||
|
|
|
@ -125,6 +125,5 @@ public class OrderPayCustomerServiceImpl
|
|||
.filter(nacosServer ->!customerSet.contains(nacosServer))
|
||||
.toList()
|
||||
;
|
||||
// return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue