feat():监听

master
chentaisen 2024-08-09 17:26:18 +08:00
parent c9401425e8
commit 9724e8a7cf
1 changed files with 4 additions and 1 deletions

View File

@ -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();