取消发送通知注释

master
yangkai 5 years ago
parent e403fd54d6
commit 3d7007b46b

@ -81,7 +81,7 @@ public class ClientApplyImpl implements ClientApply, ApplicationEventPublisherAw
public void applyPartner(ClientApplyInfo apply) {
JSONObject clientApply = apply.insertObject();
clientApplyMapper.save(clientApply);
// publisher.publishEvent(new ClientApplyEvent(this, clientApply));
publisher.publishEvent(new ClientApplyEvent(this, clientApply));
}
@Override

Loading…
Cancel
Save