|
|
@@ -115,6 +115,9 @@ public class StoreInFacadeImpl implements StoreInFacade {
|
|
|
store.setStoreName(StringUtils.hasText(newStoreInfo.getStoreName()) ? newStoreInfo.getStoreName() : null);
|
|
|
store.setStoreApplication(StringUtils.hasText(newStoreInfo.getStoreApplication()) ? newStoreInfo.getStoreApplication() : null);
|
|
|
store.setDescription(newStoreInfo.getDescription());
|
|
|
+ if(!StringUtils.isEmpty(newStoreInfo.getLogoUrl())) {
|
|
|
+ store.setLogoUrl(newStoreInfo.getLogoUrl());
|
|
|
+ }
|
|
|
EnterpriseSimple enterprise = store.getEnterprise();
|
|
|
EnterpriseSimple newEnterprise = newStoreInfo.getEnterprise();
|
|
|
enterprise.setEnUrl(newEnterprise.getEnUrl());
|