|
@@ -80,7 +80,7 @@ public class StoreInFacadeImpl implements StoreInFacade {
|
|
|
}
|
|
}
|
|
|
store.setQualifications(qualifications);
|
|
store.setQualifications(qualifications);
|
|
|
if ("BASIC_INFO".equals(kind)) {
|
|
if ("BASIC_INFO".equals(kind)) {
|
|
|
- String description = store.getEnterprise().getDescription();
|
|
|
|
|
|
|
+ String description = newStoreInfo.getEnterprise().getDescription();
|
|
|
Enterprise enter = enterpriseDao.findByUu(store.getEnUU());
|
|
Enterprise enter = enterpriseDao.findByUu(store.getEnUU());
|
|
|
enter.setEnAddress(store.getEnterprise().getEnAddress());
|
|
enter.setEnAddress(store.getEnterprise().getEnAddress());
|
|
|
enter.setEnTel(store.getEnterprise().getEnTel());
|
|
enter.setEnTel(store.getEnterprise().getEnTel());
|