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