feat():监听
parent
c9401425e8
commit
9724e8a7cf
|
@ -91,7 +91,10 @@ public class OrderPayCustomerServiceImpl
|
||||||
.filter(nacosServer->!customerSet.contains(nacosServer))
|
.filter(nacosServer->!customerSet.contains(nacosServer))
|
||||||
.toList();
|
.toList();
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* 获取所有的客户1111111111
|
||||||
|
* @return客户集合
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean save(OrderPayCustomer orderPayCustomer) {
|
public boolean save(OrderPayCustomer orderPayCustomer) {
|
||||||
String appCode = orderPayCustomer.getAppCode();
|
String appCode = orderPayCustomer.getAppCode();
|
||||||
|
|
Loading…
Reference in New Issue