Commit 639637fc authored by lanbaoming's avatar lanbaoming

2024-05-21-2提交

parent 599dc990
......@@ -2590,7 +2590,7 @@ public class CustomerServiceImpl extends AbstractService<CustomerMapper, Custome
CalculateCustomerTypeEvent cevent = new CalculateCustomerTypeEvent();
cevent.setCustomerNumber(customer.getNumber());
cevent.setStatus(customer.getStatus());
cevent.setOldCustomerService(newCustomerService);
cevent.setNewCustomerService(newCustomerService);
cevent.setOldCustomerService(oldCustomerService);
cevent.setCustomerId(customer.getId());
applicationContext.publishEvent(cevent);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment