|
@@ -1,6 +1,8 @@
|
|
|
package com.sooka.sponest.data.housingconstruction.service.impl;
|
|
|
|
|
|
+import com.ruoyi.common.core.utils.SpringUtils;
|
|
|
import com.ruoyi.common.datascope.annotation.DataScopeMutiDept;
|
|
|
+import com.ruoyi.system.api.RemoteConfigService;
|
|
|
import com.sooka.sponest.data.base.service.impl.BaseServiceImpl;
|
|
|
import com.sooka.sponest.data.housingconstruction.domain.*;
|
|
|
import com.sooka.sponest.data.housingconstruction.mapper.CenterdataTHousingconstructionEnterpriseMapper;
|
|
@@ -250,7 +252,11 @@ public class CenterdataTHousingconstructionViewServiceImpl extends BaseServiceIm
|
|
|
setSookaDataBase(enterprise);
|
|
|
enterprise.setId(storagetank.getEnterpriseId());
|
|
|
enterprise.setEnterpriseName(storagetank.getName());
|
|
|
+ String fileUrl = SpringUtils.getBean(RemoteConfigService.class).remotegetConfigKey("fileUrl").getData();
|
|
|
mapList = centerdataTHousingconstructionEnterpriseMapper.getEnterpriseList(enterprise);
|
|
|
+ for (Map<String,Object> map : mapList) {
|
|
|
+ map.put("attachPaths",fileUrl + map.get("attachPaths"));
|
|
|
+ }
|
|
|
break;
|
|
|
case "5":
|
|
|
//配送员
|